Skip to content

Commit

Permalink
update divider
Browse files Browse the repository at this point in the history
  • Loading branch information
karenyov committed Apr 6, 2023
1 parent 56c1e68 commit 23a4277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Divider({ ...rest }: DividerProps) {
<DividerBase
{...rest}
mt={2}
borderColor={colorMode === "dark" ? "gray.200" : "gray.200"}
borderColor={colorMode === "dark" ? "gray.500" : "gray.200"}
/>
);
}

0 comments on commit 23a4277

Please sign in to comment.