added lunch hours | added restaurant type

This commit is contained in:
2020-10-20 19:37:45 +02:00
parent 20c7dd18a7
commit e488827335
3 changed files with 81 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ import { makeStyles } from "@material-ui/core/styles";
const useStyles = makeStyles((theme) => ({
backdrop: {
zIndex: theme.zIndex.drawer + 1,
zIndex: theme.zIndex.drawer + 15,
color: "#fff",
},
}));