Add XS size for icons

This commit is contained in:
Andrew Kingston 2022-08-17 14:46:38 +01:00
parent 3caae00d38
commit 978cdc3968
1 changed files with 5 additions and 0 deletions

View File

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