1
0
Fork 0
mirror of synced 2024-07-15 11:15:59 +12:00

Add XS size for icons

This commit is contained in:
Andrew Kingston 2022-08-17 14:46:38 +01:00
parent 3caae00d38
commit 978cdc3968

View file

@ -83,4 +83,9 @@
transform: translateX(-50%);
text-align: center;
}
.spectrum-Icon--sizeXS {
width: 10px;
height: 10px;
}
</style>