labels, code styling
This commit is contained in:
parent
b0d7cad5f3
commit
d727ecd4e5
1 changed files with 12 additions and 6 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue