update theme
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
<x-theme-toggle
|
||||
title="{{ __('Toggle Theme') }}"
|
||||
class="btn-circle btn-ghost btn-sm"
|
||||
darkTheme="dark" lightTheme="nord"
|
||||
darkTheme="business" lightTheme="corporate"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
{{ $slot }}
|
||||
|
||||
<x-theme-toggle class="hidden" darkTheme="dark" lightTheme="nord"/>
|
||||
<x-theme-toggle class="hidden" darkTheme="business" lightTheme="corporate"/>
|
||||
|
||||
</x-slot:body>
|
||||
</x-common-layout>
|
||||
|
||||
Reference in New Issue
Block a user