Browse Source

Add XS size for icons

pull/7015/head
Andrew Kingston 4 years ago
parent
commit
8423fcaab9
  1. 5
      packages/bbui/src/Icon/Icon.svelte

5
packages/bbui/src/Icon/Icon.svelte

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

Loading…
Cancel
Save