1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Update relationship icons

This commit is contained in:
Andrew Kingston 2023-04-17 16:42:53 +01:00
parent 091db0a144
commit 51f873beb6

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);