瀏覽代碼

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);
           top: theme.spacing(2);
 
+          svg {
+            width: 1em;
+          }
+
           .ascending,
           .descending {
             opacity: 0.25;