Multiple prices (unfinished)
This commit is contained in:
@@ -10,10 +10,11 @@ import FormHelperText from "@material-ui/core/FormHelperText";
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
root: {
|
||||
"& .MuiFormLabel-root": {
|
||||
color: "#e99800",
|
||||
color: "#d68000",
|
||||
marginBottom: theme.spacing(2),
|
||||
marginLeft: "auto",
|
||||
marginRight: "auto",
|
||||
fontWeight: "500"
|
||||
},
|
||||
"& .MuiFormHelperText-root": {
|
||||
color: "#7e7e7e",
|
||||
@@ -141,9 +142,6 @@ export default function Checkboxes(props) {
|
||||
label="Sezam"
|
||||
/>
|
||||
</FormGroup>
|
||||
<FormHelperText>
|
||||
Jeżeli nie masz pewności, czy danie zawiera alergen, zaznacz go :)
|
||||
</FormHelperText>
|
||||
</FormControl>
|
||||
<FormControl component="fieldset" className={classes.formControl}>
|
||||
<FormLabel component="legend">Inne</FormLabel>
|
||||
|
||||
Reference in New Issue
Block a user