All checks were successful
Build MapleDeploy Coolify Image / build (push) Successful in 1m14s
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.
8 lines
169 B
PHP
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
|