Skip to content

Commit 5c3566b

Browse files
committed
Version color
1 parent 04d3d59 commit 5c3566b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/ui/nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function NavBar({ version }: { version: string }) {
6060
function VersionNav({ version }: { version: string }) {
6161
return (
6262
<DropdownMenu>
63-
<DropdownMenuTrigger className="text-sm bg-yellow-200 dark:bg-yellow-900 text-yellow-900 dark:text-yellow-200 rounded-lg px-2">
63+
<DropdownMenuTrigger className="text-sm bg-secondary text-primary rounded-lg px-2">
6464
{version}
6565
</DropdownMenuTrigger>
6666
<DropdownMenuContent>

0 commit comments

Comments
 (0)