浏览代码

fix: icon size on command panel

Konstantinos Kaloutas 3 年之前
父节点
当前提交
5a3911db9a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/main/frontend/components/command_palette.css

+ 4 - 0
src/main/frontend/components/command_palette.css

@@ -53,6 +53,10 @@
     .search-result {
       @apply text-sm font-medium flex items-baseline;
     }
+
+    .ui__icon {
+      font-size: 16px;
+    }
   }
 
   &-input {