Skip to content

Commit 9859754

Browse files
committed
bugfix: missing text on dark mode
1 parent db5c361 commit 9859754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/filament/widgets/cms-version-info.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<x-filament::section>
33
<div class="flex items-center justify-between">
44
<div class="flex items-center gap-x-2">
5-
<h1 class="text-xl font-semibold text-gray-900">InspireCMS</h1>
6-
<p class="text-sm text-gray-500">{{ $this->getVersionDisplayText() }}</p>
5+
<h1 class="text-xl font-semibold text-gray-950 dark:text-white">InspireCMS</h1>
6+
<p class="text-sm text-gray-500 dark:text-gray-400">{{ $this->getVersionDisplayText() }}</p>
77
</div>
88
@if ($this->canUpgrade())
99
<div>

0 commit comments

Comments
 (0)