Browse Source

fix: icon size on command panel

Konstantinos Kaloutas 3 years ago
parent
commit
5a3911db9a
1 changed files with 4 additions and 0 deletions
  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 {