Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
karenyov committed Apr 6, 2023
1 parent f72bcd7 commit ddd45ee
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Binary file modified public/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Divider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Divider({ ...rest }: DividerProps) {
<DividerBase
{...rest}
mt={2}
borderColor={colorMode == "dark" ? "secondary.700" : "secondary.500"}
borderColor={colorMode === "dark" ? "secondary.900" : "gray.200"}
/>
</>
);
Expand Down
1 change: 1 addition & 0 deletions src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export const theme = extendTheme({
600: "#00A3C4",
700: "#0987A0",
800: "#086F83",
900: "#065666",
},

gray: {
Expand Down

0 comments on commit ddd45ee

Please sign in to comment.