Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Mar 8, 2024
2 parents d65b625 + cd2c54c commit 2787e14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion src/components/layouts/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,18 @@ import { globalSiteTitle } from "~/utils/global";
import { useSidebarStore } from "~/utils/store";
import ZtnetLogo from "docs/images/logo/ztnet_100x100.png";

const Themes = ["light", "dark", "black", "business", "system", "forest"];
const Themes = [
"light",
"dark",
"system",
"black",
"business",
"forest",
"sunset",
"luxury",
"night",
"dim",
];

const Header = () => {
const session = useSession();
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const config = {
//@ts-ignore
plugins: [require("daisyui")],
daisyui: {
themes: ["dark", "light", "black", "business", "forest"],
themes: ["dark", "light", "black", "business", "forest", "sunset", "luxury", "night", "dim"],
},
};

Expand Down

0 comments on commit 2787e14

Please sign in to comment.