浏览代码

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

Connor Prussin 3 周之前
父节点
当前提交
21ee240bc7
共有 1 个文件被更改,包括 4 次插入0 次删除
  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);
           right: theme.spacing(2);
           top: theme.spacing(2);
           top: theme.spacing(2);
 
 
+          svg {
+            width: 1em;
+          }
+
           .ascending,
           .ascending,
           .descending {
           .descending {
             opacity: 0.25;
             opacity: 0.25;