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",
width: "100%",
height: "100%",
borderBottom: "0px solid",
borderBottom: "1px solid",
borderBottomColor:"{border}",
display: "flex",
flexDirection: "row",
@@ -26,8 +26,8 @@ const sidebarRecipe = defineSlotRecipe({
slots: ["root", "close_button", "buttons", "dark_mode_button"],
base: {
root: {
bg: {base: "{base200}", _dark: "#282828"},
borderRight: "0px solid",
bg: "{base200}",
borderRight: "1px solid",
borderColor: "{border}",
width: "100%",
height: "100%",