1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Icon size to S

This commit is contained in:
Adria Navarro 2024-02-26 10:53:02 +01:00
parent 6058e4ffc9
commit b587ec83fe
2 changed files with 10 additions and 1 deletions

View file

@ -32,6 +32,15 @@
width: 16px;
height: 16px;
}
.icon.size--XS {
width: 18px;
height: 18px;
flex: 0 0 18px;
}
.icon.size--XS :global(.spectrum-Icon) {
width: 10px;
height: 10px;
}
.icon.size--S {
width: 22px;
height: 22px;

View file

@ -7,5 +7,5 @@
{value}
{#if row.scimInfo?.isSync}
<ScimInfo />
<ScimInfo iconSize="XS" />
{/if}