diff options
Diffstat (limited to 'src/view/screens/PreferencesExternalEmbeds.tsx')
-rw-r--r-- | src/view/screens/PreferencesExternalEmbeds.tsx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/view/screens/PreferencesExternalEmbeds.tsx b/src/view/screens/PreferencesExternalEmbeds.tsx index 57ca5e765..ade7a53d9 100644 --- a/src/view/screens/PreferencesExternalEmbeds.tsx +++ b/src/view/screens/PreferencesExternalEmbeds.tsx @@ -18,6 +18,7 @@ import { useSetExternalEmbedPref, } from 'state/preferences' import {ToggleButton} from 'view/com/util/forms/ToggleButton' +import {atoms as a} from '#/alf' import {SimpleViewHeader} from '../com/util/SimpleViewHeader' import {Text} from '../com/util/text/Text' import {ScrollView} from '../com/util/Views' @@ -47,8 +48,8 @@ export function PreferencesExternalEmbeds({}: Props) { contentContainerStyle={[pal.viewLight, {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>External Media Preferences</Trans> </Text> |