Skip to content

Commit

Permalink
style: csss and theme
Browse files Browse the repository at this point in the history
  • Loading branch information
edotau committed Feb 2, 2024
1 parent 5e984b1 commit 1ad3d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function Home() {
<StyleReset />
<Div
textColor="black900"
w="80%"
w="90%"
h="90%"
maxW="800px"
m={{ x: "auto", y: "2rem" }}
Expand Down
2 changes: 1 addition & 1 deletion theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ export default {
search: {
component: false,
},
darkTheme: false,
themeSwitch: {
useOptions() {
return {
light: 'Light',
system: 'System'
}
},
},
Expand Down

0 comments on commit 1ad3d2c

Please sign in to comment.