浏览代码

fix: reduce command item left padding in search modal

David Hill 3 月之前
父节点
当前提交
dfa2a9f225
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/app/src/components/dialog-select-file.tsx

+ 1 - 1
packages/app/src/components/dialog-select-file.tsx

@@ -162,7 +162,7 @@ export function DialogSelectFile() {
               </div>
             }
           >
-            <div class="w-full flex items-center justify-between gap-4 pl-2">
+            <div class="w-full flex items-center justify-between gap-4 pl-1">
               <div class="flex items-center gap-2 min-w-0">
                 <span class="text-14-regular text-text-strong whitespace-nowrap">{item.title}</span>
                 <Show when={item.description}>