pelican-panel-mirror/resources/views/filament/components/server-small-data-block.blade.php
Charles 8d7eff13fb
Update Overview and Server List (#1151)
* Update Overview and Server List

* Fix background on light mode
2025-03-28 11:57:40 -04:00

10 lines
374 B
PHP

<div
class="grid grid-flow-row w-full p-3 rounded-lg bg-white shadow-sm overflow-hidden ring-1 ring-gray-950/5 dark:bg-gray-900 dark:ring-white/10">
<span>
<span class="text-md font-medium text-gray-500 dark:text-gray-400">
{{ $getLabel() }}
</span>
<span class="text-md font-semibold">{{ $getValue() }}</span>
</span>
</div>