Move theme controls to its own screen (#4866)

This commit is contained in:
Samuel Newman
2024-08-01 19:14:32 +02:00
committed by GitHub
parent 388c157c36
commit c78e9e3147
16 changed files with 204 additions and 78 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ export function PreferencesThreads({}: Props) {
contentContainerStyle={{paddingBottom: 75}}>
<SimpleViewHeader
showBackButton={isTabletOrMobile}
style={[pal.border, {borderBottomWidth: 1}]}>
<View style={{flex: 1}}>
style={[pal.border, a.border_b]}>
<View style={a.flex_1}>
<Text type="title-lg" style={[pal.text, {fontWeight: 'bold'}]}>
<Trans>Thread Preferences</Trans>
</Text>