labels, code styling

This commit is contained in:
Liam 2022-11-10 14:24:57 -05:00
parent b0d7cad5f3
commit d727ecd4e5

View file

@ -186,14 +186,14 @@ const BackgroundPush = () => {
return ( return (
<Pref <Pref
labelId={"background_push"} labelId={"background_push"}
title={"prefs_notification_background"} title={"Background notifications"}
description={"Enable background notifications?"} description={"Push notifications are delivered in the background"}
> >
<FormControl <FormControl
fullWidth fullWidth
variant="standard" variant="standard"
sx={{ m: 1 }} sx={{ m: 1 }}
> >
<Checkbox <Checkbox
onChange={handleChange} onChange={handleChange}
> >
@ -523,8 +523,14 @@ const Install = () => {
return ( return (
<FormControl fullWidth variant="standard" sx={{ m: 1 }}> <FormControl
<Button variant="contained"> fullWidth
variant="standard"
sx={{ m: 1 }}
>
<Button
variant="contained"
>
Install Install
</Button> </Button>
</FormControl> </FormControl>