Skip to content

Commit

Permalink
Switched to gray theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jzongker committed Nov 24, 2024
1 parent 4c1b12d commit 2530dd8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 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 @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@churchapps/apphelper": "0.2.70",
"@churchapps/apphelper": "0.2.79",
"@mui/icons-material": "^5.14.7",
"@mui/material": "^5.14.7",
"@types/react-cropper": "^1.3.2",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ export const Wrapper: React.FC<Props> = props => {

const navContent = <><List component="nav" sx={Themes.NavBarStyle}>{tabs}</List></>

return <SiteWrapper navContent={navContent} context={context} appName="CHUMS" appearance={{}}>{props.children}</SiteWrapper>
return <SiteWrapper navContent={navContent} context={context} appName="CHUMS" appearance={{wrapperBackground:"#333"}}>{props.children}</SiteWrapper>
};
2 changes: 1 addition & 1 deletion src/helpers/Themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ export class Themes {
}
});

static NavBarStyle = { "& .selected .MuiListItemButton-root": { backgroundColor: "#333333" } }
static NavBarStyle = { "& .selected .MuiListItemButton-root": { backgroundColor: "#555555" } }

}

0 comments on commit 2530dd8

Please sign in to comment.