100vh settings screen (#4015)
This commit is contained in:
parent
03da056513
commit
6b2635c870
3 changed files with 14 additions and 4 deletions
|
@ -46,7 +46,7 @@ export function MessagesSettingsScreen({}: Props) {
|
|||
if (!gate('dms')) return <ClipClopGate />
|
||||
|
||||
return (
|
||||
<CenteredView sideBorders>
|
||||
<CenteredView sideBorders style={a.h_full_vh}>
|
||||
<ViewHeader title={_(msg`Settings`)} showOnDesktop showBorder />
|
||||
<View style={[a.px_md, a.py_lg, a.gap_md]}>
|
||||
<Text style={[a.text_xl, a.font_bold, a.px_sm]}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue