coolify/resources/views/layouts/simple.blade.php
rosslh 6fda0ab8f6
All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 1m14s
style(branding): remap neutral/gray to stone and fix chart theming
Remap neutral and gray scales to stone equivalents in @theme block for
warm tone consistency across all three apps. Interpolate coolgray-200 to
avoid invisible dark-mode elements. Add gridColor/textColor to ApexCharts
initial options so axis labels render on first load. Update warning color
and fix add-tag opacity.
2026-04-11 15:31:53 -04:00

8 lines
169 B
PHP

@extends('layouts.base')
@section('body')
@livewireScripts
<main class="h-full bg-gray-50 dark:bg-base">
{{ $slot }}
</main>
@parent
@endsection