labels, code styling

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

View file

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