We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f69039e commit b4da06eCopy full SHA for b4da06e
app.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div data-theme="torrust">
+ <div>
3
<Notifications />
4
5
<NavigationBar />
components/navigation/NavigationBar.vue
@@ -84,7 +84,7 @@
84
<option value="light">
85
Light
86
</option>
87
- <option value="dark">
+ <option value="torrust">
88
Dark
89
90
<option value="coffee">
tailwind.config.js
@@ -17,6 +17,8 @@ module.exports = {
17
daisyui: {
18
themes: [
19
"halloween",
20
+ "light",
21
+ "coffee",
22
{
23
torrust: {
24
primary: "#f28c18",
0 commit comments