Skip to content

Commit 0f5076b

Browse files
✨ Update navigation bar version badge styles for improved visibility and consistency
1 parent 052ca1f commit 0f5076b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/navigation-bar.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class="2xl:max-w-8xl mx-auto flex w-full max-w-5xl items-center justify-between
2121

2222
{{-- Version badge --}}
2323
<div
24-
class="hidden rounded-full bg-gray-200/60 px-2 py-1 text-xs text-gray-600 lg:block dark:bg-[#1f2032] dark:text-white/50"
24+
class="hidden rounded-full bg-gray-200/60 px-2 py-1 text-xs text-gray-600 lg:block dark:bg-[#16182b] dark:text-[#747ee6] dark:ring-1 dark:ring-cloud"
2525
aria-label="Version information"
2626
>
2727
{{ $electronGitHubVersion }}

0 commit comments

Comments
 (0)