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 db5c361 commit 9859754Copy full SHA for 9859754
resources/views/filament/widgets/cms-version-info.blade.php
@@ -2,8 +2,8 @@
2
<x-filament::section>
3
<div class="flex items-center justify-between">
4
<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>
+ <h1 class="text-xl font-semibold text-gray-950 dark:text-white">InspireCMS</h1>
+ <p class="text-sm text-gray-500 dark:text-gray-400">{{ $this->getVersionDisplayText() }}</p>
7
</div>
8
@if ($this->canUpgrade())
9
<div>
0 commit comments