浏览代码

fix(app): reduce free model logo width

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

+ 1 - 1
packages/app/src/components/prompt-input.tsx

@@ -2362,7 +2362,7 @@ function ModelProviderIcon(props: { providerID?: string; free: boolean }) {
           }
           }
         >
         >
           <span class="size-4 shrink-0 flex items-center justify-center opacity-40 group-hover:opacity-100 transition-opacity duration-150">
           <span class="size-4 shrink-0 flex items-center justify-center opacity-40 group-hover:opacity-100 transition-opacity duration-150">
-            <Mark class="h-4 w-3.5" />
+            <Mark class="h-4 w-3" />
           </span>
           </span>
         </Show>
         </Show>
       )}
       )}