diff --git a/client/src/theme.js b/client/src/theme.js index 1883cc2..6b36f07 100644 --- a/client/src/theme.js +++ b/client/src/theme.js @@ -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%",