Explorar o código

fix(component-library): fix table header sort buttons not appearing

Connor Prussin hai 3 semanas
pai
achega
21ee240bc7
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      packages/component-library/src/Table/index.module.scss

+ 4 - 0
packages/component-library/src/Table/index.module.scss

@@ -136,6 +136,10 @@
           right: theme.spacing(2);
           top: theme.spacing(2);
 
+          svg {
+            width: 1em;
+          }
+
           .ascending,
           .descending {
             opacity: 0.25;