coolify/resources/views/livewire/profile/appearance.blade.php
Aditya Tripathi 6bb8fcd5c7 feat(theme): extract shared Alpine theme controls into components
Introduce theme-controls and theme-controls/picker Blade components
housing the theme/page-width/custom-color logic previously duplicated
in top-user-menu and profile/appearance, and fix custom theme surface
colors to use oklch mixes instead of raw white/black/hex for correct
contrast.
2026-09-08 07:05:01 +02:00

4 lines
101 B
PHP

<div>
<x-slot:title>Appearance | Coolify</x-slot>
<x-theme-controls variant="full" />
</div>