1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Merge pull request #11311 from Budibase/fix/xs-icons

Fix XS icons
This commit is contained in:
Andrew Kingston 2023-07-21 11:12:19 +01:00 committed by GitHub
commit c906f1562a

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>