minor aesthetic changes
This commit is contained in:
@@ -84,7 +84,7 @@ const login = () => {
|
||||
|
||||
|
||||
<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'>
|
||||
<Box
|
||||
sx={{
|
||||
|
||||
@@ -131,12 +131,11 @@ const menuExpansion = () => {
|
||||
Campus Eateries
|
||||
</h2>
|
||||
|
||||
|
||||
</Toolbar>
|
||||
</AppBar>
|
||||
|
||||
<Box sx={{
|
||||
margin: 8,
|
||||
margin: 5,
|
||||
display: "flex",
|
||||
flexDirection: "row",
|
||||
alignItems: "center",
|
||||
|
||||
@@ -36,6 +36,7 @@ const theme = createTheme({
|
||||
primary: {
|
||||
main: lightGreen[700],
|
||||
apple: red[500],
|
||||
main2: '#588157',
|
||||
},
|
||||
|
||||
},
|
||||
@@ -196,8 +197,8 @@ const submitGoalHandler = evt => {
|
||||
</AppBar>
|
||||
|
||||
|
||||
<AppBar className='bar' position="static">
|
||||
<Toolbar>
|
||||
<AppBar color='main2' className='bar' position="static">
|
||||
<Toolbar color='main2'>
|
||||
<Button variant="h2" color="main" onClick={Home}sx={{
|
||||
|
||||
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