fix themes, bump

This commit is contained in:
sparshg
2024-09-26 15:36:15 +05:30
parent 1c4663d753
commit 1916ad332b
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -154,7 +154,7 @@ checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]] [[package]]
name = "battleship" name = "battleship"
version = "1.1.0" version = "1.1.1"
dependencies = [ dependencies = [
"axum", "axum",
"dotenv", "dotenv",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "battleship" name = "battleship"
version = "1.1.0" version = "1.1.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View File

@@ -9,7 +9,7 @@ export default {
], ],
daisyui: { daisyui: {
themes: true, // false: only light + dark | true: all themes | array: specific themes like this ["light", "dark", "cupcake"] themes: ["cupcake", "night"], // false: only light + dark | true: all themes | array: specific themes like this ["light", "dark", "cupcake"]
darkTheme: "night", // name of one of the included themes for dark mode darkTheme: "night", // name of one of the included themes for dark mode
base: true, // applies background color and foreground color for root element by default base: true, // applies background color and foreground color for root element by default
styled: true, // include daisyUI colors and design decisions for all components styled: true, // include daisyUI colors and design decisions for all components