Updated colors in theme.js

This commit is contained in:
2025-07-16 07:21:26 -07:00
parent 23540bc5cd
commit 59667876b0
+3 -3
View File
@@ -7,7 +7,7 @@ const headerRecipe = defineRecipe({
color: "text", color: "text",
width: "100%", width: "100%",
height: "100%", height: "100%",
borderBottom: "0px solid", borderBottom: "1px solid",
borderBottomColor:"{border}", borderBottomColor:"{border}",
display: "flex", display: "flex",
flexDirection: "row", flexDirection: "row",
@@ -26,8 +26,8 @@ const sidebarRecipe = defineSlotRecipe({
slots: ["root", "close_button", "buttons", "dark_mode_button"], slots: ["root", "close_button", "buttons", "dark_mode_button"],
base: { base: {
root: { root: {
bg: {base: "{base200}", _dark: "#282828"}, bg: "{base200}",
borderRight: "0px solid", borderRight: "1px solid",
borderColor: "{border}", borderColor: "{border}",
width: "100%", width: "100%",
height: "100%", height: "100%",