Skip to content

Commit

Permalink
refactor: let version text more prominent
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Oct 14, 2024
1 parent 820b25b commit 61980b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/layout/UserConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const UserConfig: React.FC<UserConfigProps> = React.memo((props) => {
</DropdownMenuPortal>
</DropdownMenuSub>

<DropdownMenuLabel className="text-muted-foreground dark:text-muted">
<DropdownMenuLabel className="text-gray-500">
v{version}
</DropdownMenuLabel>
</DropdownMenuContent>
Expand Down

0 comments on commit 61980b3

Please sign in to comment.