Made font size match device preference

This commit is contained in:
2026-02-17 17:15:07 -06:00
parent 49cbe6abb2
commit 759083ea7d
10 changed files with 94 additions and 94 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export const SlashMenu: Component<{
</div>
<div class="flex flex-col min-w-0 overflow-hidden">
<span class="text-sm font-medium leading-none">{item.title}</span>
<span class="text-[11px] text-muted-foreground truncate mt-1">{item.description}</span>
<span class="text-[0.6875rem] text-muted-foreground truncate mt-1">{item.description}</span>
</div>
</button>
)}