minor aesthetic changes

This commit is contained in:
Ava DeCroix
2023-04-30 22:20:55 -04:00
parent b0a484e154
commit 3b541cae0d
5 changed files with 5 additions and 5 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -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={{

View File

@@ -130,13 +130,12 @@ const menuExpansion = () => {
&nbsp; &nbsp; &nbsp; &nbsp;
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",

View File

@@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 MiB