Icon size to S
This commit is contained in:
parent
6058e4ffc9
commit
b587ec83fe
|
@ -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;
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
{value}
|
||||
{#if row.scimInfo?.isSync}
|
||||
<ScimInfo />
|
||||
<ScimInfo iconSize="XS" />
|
||||
{/if}
|
||||
|
|
Loading…
Reference in New Issue