We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ca1f commit 0f5076bCopy full SHA for 0f5076b
resources/views/components/navigation-bar.blade.php
@@ -21,7 +21,7 @@ class="2xl:max-w-8xl mx-auto flex w-full max-w-5xl items-center justify-between
21
22
{{-- Version badge --}}
23
<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"
+ 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"
25
aria-label="Version information"
26
>
27
{{ $electronGitHubVersion }}
0 commit comments