Skip to content

Commit

Permalink
fix: update header package
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomeYG committed Jan 11, 2024
1 parent 63b4be3 commit 0d5c1c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 279 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}
},
"dependencies": {
"@chaitin_rivers/multi_river": "^0.0.3",
"@chaitin_rivers/multi_river": "^0.0.5",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/server": "^11.11.0",
Expand Down
3 changes: 3 additions & 0 deletions src/styles/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ const theme = createTheme({
.error:{
color:"#ccc
}
body{
padding-top: ${process.env.NODE_ENV === 'production' ? '64px' : '0'}
}
`,
},
MuiFormHelperText: {
Expand Down
274 changes: 0 additions & 274 deletions src/theme.ts

This file was deleted.

0 comments on commit 0d5c1c0

Please sign in to comment.