Skip to content

Commit

Permalink
Merge pull request #114 from chaitin/header_component
Browse files Browse the repository at this point in the history
fix: update header package
  • Loading branch information
phxa1 authored Jan 11, 2024
2 parents dba7c8a + 6bb7089 commit ba12f8f
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.6",
"@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 ba12f8f

Please sign in to comment.