mirror of
https://github.com/pelican-dev/panel.git
synced 2025-12-15 19:11:21 +01:00
fix background color
This commit is contained in:
parent
a0f73b9db3
commit
e7bcfb1d15
@ -24,7 +24,7 @@ class ServerEntry extends Component
|
|||||||
style="background-color: #D97706;">
|
style="background-color: #D97706;">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex-1 bg-gray-800 dark:text-white rounded-lg overflow-hidden p-3">
|
<div class="flex-1 dark:bg-gray-800 dark:text-white rounded-lg overflow-hidden p-3">
|
||||||
<div class="flex items-center mb-5 gap-2">
|
<div class="flex items-center mb-5 gap-2">
|
||||||
<x-filament::loading-indicator class="h-5 w-5" />
|
<x-filament::loading-indicator class="h-5 w-5" />
|
||||||
<h2 class="text-xl font-bold">
|
<h2 class="text-xl font-bold">
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
style="background-color: {{ $server->condition->getColor(true) }};">
|
style="background-color: {{ $server->condition->getColor(true) }};">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex-1 bg-gray-800 dark:text-white rounded-lg overflow-hidden p-3">
|
<div class="flex-1 dark:bg-gray-800 dark:text-white rounded-lg overflow-hidden p-3">
|
||||||
<div class="flex items-center mb-5 gap-2">
|
<div class="flex items-center mb-5 gap-2">
|
||||||
<x-filament::icon-button
|
<x-filament::icon-button
|
||||||
:icon="$server->condition->getIcon()"
|
:icon="$server->condition->getIcon()"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user