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