diff --git a/src/core/components/OfflineScreen.tsx b/src/core/components/OfflineScreen.tsx index 6e2589eac..2db6f1e8b 100644 --- a/src/core/components/OfflineScreen.tsx +++ b/src/core/components/OfflineScreen.tsx @@ -9,18 +9,21 @@ export const OfflineScreen = () => { return ( - + {t('offline_screen_title')} {t('offline_screen_description_1')} {t('offline_screen_description_2')} @@ -32,7 +35,7 @@ export const OfflineScreen = () => { const styles = StyleSheet.create({ container: { flex: 1, - backgroundColor: sharedColors.black, + backgroundColor: sharedColors.background.primary, justifyContent: 'center', alignItems: 'center', },