Update relationship icons

This commit is contained in:
Andrew Kingston 2023-04-17 16:41:25 +01:00
parent b6877a6d7c
commit 091db0a144
1 changed files with 5 additions and 1 deletions

View File

@ -363,9 +363,13 @@
.add {
background: var(--spectrum-global-color-gray-200);
padding: 2px;
padding: 3px;
border-radius: 4px;
}
.add :global(.spectrum-Icon) {
width: 14px;
height: 14px;
}
.add:hover {
background: var(--spectrum-global-color-gray-300);
cursor: pointer;