From df712a89d30b645d37e715aa90cdc0c01262d84c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 1 Mar 2023 10:35:56 -0600 Subject: Fixes to dark mode (#238) --- src/view/screens/Settings.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/view/screens/Settings.tsx') diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index f5db81127..9332b5150 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -5,7 +5,10 @@ import { TouchableOpacity, View, } from 'react-native' -import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome' +import { + FontAwesomeIcon, + FontAwesomeIconStyle, +} from '@fortawesome/react-native-fontawesome' import {observer} from 'mobx-react-lite' import * as AppInfo from 'lib/app-info' import {useStores} from 'state/index' @@ -151,7 +154,10 @@ export const Settings = observer(function Settings({ isSwitching && styles.dimmed, ]} onPress={isSwitching ? undefined : onPressAddAccount}> - + Add account @@ -160,7 +166,7 @@ export const Settings = observer(function Settings({ - + Danger zone Delete my account - + Developer tools