Skip to content

Commit

Permalink
Set the correct styles for body
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 28, 2023
1 parent 5a7a29c commit 168f26a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dapp/src/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ const defaultTheme = {
colors,
styles: {
global: (props: StyleFunctionProps) => ({
"html, body, #root, #root > div": {
body: {
backgroundColor: mode("lightGrey", "darkGrey")(props),
color: mode("black", "grey.80")(props),
minHeight: "100vh",
},
}),
},
Expand Down

0 comments on commit 168f26a

Please sign in to comment.