Pārlūkot izejas kodu

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

Connor Prussin 3 nedēļas atpakaļ
vecāks
revīzija
21ee240bc7

+ 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;