minor aesthetic changes
This commit is contained in:
@@ -84,7 +84,7 @@ const login = () => {
|
|||||||
|
|
||||||
|
|
||||||
<ThemeProvider theme={theme}>
|
<ThemeProvider theme={theme}>
|
||||||
<div className='bg' style={{backgroundImage: 'url(' + require('./images/main_background.jpg') + ')'}}>
|
<div className='bg' style={{backgroundImage: 'url(' + require('./images/back.jpg') + ')'}}>
|
||||||
<div className='logbox'>
|
<div className='logbox'>
|
||||||
<Box
|
<Box
|
||||||
sx={{
|
sx={{
|
||||||
|
|||||||
@@ -130,13 +130,12 @@ const menuExpansion = () => {
|
|||||||
|
|
||||||
Campus Eateries
|
Campus Eateries
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
|
|
||||||
</Toolbar>
|
</Toolbar>
|
||||||
</AppBar>
|
</AppBar>
|
||||||
|
|
||||||
<Box sx={{
|
<Box sx={{
|
||||||
margin: 8,
|
margin: 5,
|
||||||
display: "flex",
|
display: "flex",
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
|||||||
@@ -36,6 +36,7 @@ const theme = createTheme({
|
|||||||
primary: {
|
primary: {
|
||||||
main: lightGreen[700],
|
main: lightGreen[700],
|
||||||
apple: red[500],
|
apple: red[500],
|
||||||
|
main2: '#588157',
|
||||||
},
|
},
|
||||||
|
|
||||||
},
|
},
|
||||||
@@ -196,8 +197,8 @@ const submitGoalHandler = evt => {
|
|||||||
</AppBar>
|
</AppBar>
|
||||||
|
|
||||||
|
|
||||||
<AppBar className='bar' position="static">
|
<AppBar color='main2' className='bar' position="static">
|
||||||
<Toolbar>
|
<Toolbar color='main2'>
|
||||||
<Button variant="h2" color="main" onClick={Home}sx={{
|
<Button variant="h2" color="main" onClick={Home}sx={{
|
||||||
|
|
||||||
bgcolor: '#053B06', // theme.palette.primary.main
|
bgcolor: '#053B06', // theme.palette.primary.main
|
||||||
|
|||||||
BIN
db_app/src/components/images/back.jpg
Normal file
BIN
db_app/src/components/images/back.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.4 MiB |
Reference in New Issue
Block a user