1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Add back in XS icons

This commit is contained in:
Andrew Kingston 2023-07-21 10:39:58 +01:00
parent 73ae3d44d4
commit af8be511df

View file

@ -85,4 +85,9 @@
text-align: center;
z-index: 1;
}
.spectrum-Icon--sizeXS {
width: var(--spectrum-global-dimension-size-150);
height: var(--spectrum-global-dimension-size-150);
}
</style>