Added themes coffee and dim
This commit is contained in:
parent
2abc635d4f
commit
6a9b3e2af9
@ -16,6 +16,8 @@ export default function ThemeSwitcher(){
|
||||
<li><a onClick={() => setTheme("valentine")}>Valentine</a></li>
|
||||
<li><a onClick={() => setTheme("pastel")}>Pastel</a></li>
|
||||
<li><a onClick={() => setTheme("aqua")}>Aqua</a></li>
|
||||
<li><a onClick={() => setTheme("coffee")}>Coffee</a></li>
|
||||
<li><a onClick={() => setTheme("dim")}>Dim</a></li>
|
||||
</ul>
|
||||
);
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ const config: Config = {
|
||||
},
|
||||
plugins: [require("daisyui")],
|
||||
daisyui: {
|
||||
themes: ["light", "dark", "synthwave", "cyberpunk", "valentine", "pastel", "aqua"]
|
||||
themes: ["light", "dark", "synthwave", "cyberpunk", "valentine", "pastel", "aqua", "coffee", "dim"]
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user