update theme
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
<x-theme-toggle
|
<x-theme-toggle
|
||||||
title="{{ __('Toggle Theme') }}"
|
title="{{ __('Toggle Theme') }}"
|
||||||
class="btn-circle btn-ghost btn-sm"
|
class="btn-circle btn-ghost btn-sm"
|
||||||
darkTheme="dark" lightTheme="nord"
|
darkTheme="business" lightTheme="corporate"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
{{ $slot }}
|
{{ $slot }}
|
||||||
|
|
||||||
<x-theme-toggle class="hidden" darkTheme="dark" lightTheme="nord"/>
|
<x-theme-toggle class="hidden" darkTheme="business" lightTheme="corporate"/>
|
||||||
|
|
||||||
</x-slot:body>
|
</x-slot:body>
|
||||||
</x-common-layout>
|
</x-common-layout>
|
||||||
|
|||||||
+2
-2
@@ -5,7 +5,7 @@ import typography from '@tailwindcss/typography';
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
daisyui: {
|
daisyui: {
|
||||||
themes: ["nord", "dark"
|
themes: ["business", "corporate"
|
||||||
// {
|
// {
|
||||||
// dark: {
|
// dark: {
|
||||||
// "primary": "#60a5fa",
|
// "primary": "#60a5fa",
|
||||||
@@ -46,7 +46,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
darkMode: ['class', '[data-theme="dark"]'],
|
darkMode: ['class', '[data-theme="business"]'],
|
||||||
plugins: [
|
plugins: [
|
||||||
forms,
|
forms,
|
||||||
typography,
|
typography,
|
||||||
|
|||||||
Reference in New Issue
Block a user