Skip to content

Commit 25cc728

Browse files
committed
style: match PRO label styling to model count badge
Add rounded-md background, matching the navbar model count label styling. https://claude.ai/code/session_011kEgT7SsbKQ4NoY5nw3iAM
1 parent 1e9b1a4 commit 25cc728

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/NavMenu.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
</a>
193193
{:else if publicConfig.isHuggingChat && $isPro === true}
194194
<span
195-
class="ml-auto flex h-[20px] items-center gap-1 px-1.5 py-0.5 text-xs text-gray-500 dark:text-gray-400"
195+
class="ml-auto flex items-center gap-1 rounded-md bg-gray-500/5 px-1.5 py-0.5 text-xs text-gray-400 dark:bg-gray-500/20 dark:text-gray-400"
196196
>
197197
<IconPro />
198198
PRO

0 commit comments

Comments
 (0)