diff --git a/apps/wallet-mobile/src/Dashboard/EpochProgress.tsx b/apps/wallet-mobile/src/Dashboard/EpochProgress.tsx index 5087b61185..e453f6f64e 100644 --- a/apps/wallet-mobile/src/Dashboard/EpochProgress.tsx +++ b/apps/wallet-mobile/src/Dashboard/EpochProgress.tsx @@ -101,7 +101,6 @@ const useStyles = () => { timeBlock: { ...typography['body-1-l-regular'], ...padding['x-xs'], - backgroundColor: color.gray[900], color: color.gray[900], marginHorizontal: 4, borderRadius: 2, diff --git a/apps/wallet-mobile/src/features/Settings/ChangeWalletName/ChangeWalletName.tsx b/apps/wallet-mobile/src/features/Settings/ChangeWalletName/ChangeWalletName.tsx index 4a1cb947a3..f44174f561 100644 --- a/apps/wallet-mobile/src/features/Settings/ChangeWalletName/ChangeWalletName.tsx +++ b/apps/wallet-mobile/src/features/Settings/ChangeWalletName/ChangeWalletName.tsx @@ -5,7 +5,7 @@ import {defineMessages, useIntl} from 'react-intl' import {ScrollView, StyleSheet, View} from 'react-native' import {SafeAreaView} from 'react-native-safe-area-context' -import {Button, KeyboardAvoidingView, TextInput} from '../../../components' +import {Button, KeyboardAvoidingView, Spacer, TextInput} from '../../../components' import globalMessages from '../../../i18n/global-messages' import {isEmptyString} from '../../../utils/utils' import {useWalletManager} from '../../../wallet-manager/WalletManagerContext' @@ -39,6 +39,8 @@ export const ChangeWalletName = () => { return ( + + { /> + +