Updated colors in theme.js
This commit is contained in:
+3
-3
@@ -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%",
|
||||
|
||||
Reference in New Issue
Block a user