Update relationship icons

This commit is contained in:
Andrew Kingston 2023-04-17 16:42:53 +01:00
parent 091db0a144
commit 51f873beb6
1 changed files with 3 additions and 3 deletions

View File

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