diff options
Diffstat (limited to 'src/view/screens/PreferencesThreads.tsx')
-rw-r--r-- | src/view/screens/PreferencesThreads.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/view/screens/PreferencesThreads.tsx b/src/view/screens/PreferencesThreads.tsx index 3b09f0abb..4a311f91c 100644 --- a/src/view/screens/PreferencesThreads.tsx +++ b/src/view/screens/PreferencesThreads.tsx @@ -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> |