diff --git a/app/views/ChangePasscodeView.js b/app/views/ChangePasscodeView.js index 14ff3798c..69151f933 100644 --- a/app/views/ChangePasscodeView.js +++ b/app/views/ChangePasscodeView.js @@ -27,6 +27,25 @@ const ScreenLockConfigView = React.memo(({ navigation, theme }) => { customBackSpaceIcon={() => null} storePin={savePasscode} touchIDDisabled + colorCircleButtons={themes[theme].backgroundColor} + colorPassword={themes[theme].titleText} + colorPasswordEmpty={themes[theme].titleText} + colorPasswordError={themes[theme].dangerColor} + numbersButtonOverlayColor={themes[theme].bannerBackground} + stylePinCodeButtonNumber={themes[theme].bodyText} + stylePinCodeButtonNumberPressed={themes[theme].bodyText} + stylePinCodeColorTitle={themes[theme].titleText} + stylePinCodeColorSubtitle={themes[theme].titleText} + stylePinCodeColorSubtitleError={themes[theme].dangerColor} + stylePinCodeButtonCircle={{ borderWidth: 1, borderColor: themes[theme].borderColor }} + stylePinCodeTextTitle={{ ...sharedStyles.textRegular, fontWeight: '400' }} + stylePinCodeTextSubtitle={{ ...sharedStyles.textRegular, fontWeight: '300' }} + stylePinCodeTextButtonCircle={{ ...sharedStyles.textRegular, fontWeight: '100' }} + stylePinCodeHiddenPasswordSizeEmpty={8} + stylePinCodeHiddenPasswordSizeFull={12} + titleChoose='Enter your new passcode' + titleConfirm='Confirm your passcode' + subtitleChoose='' /> ); diff --git a/app/views/ScreenLockedView.js b/app/views/ScreenLockedView.js index 607050c28..869cdf34c 100644 --- a/app/views/ScreenLockedView.js +++ b/app/views/ScreenLockedView.js @@ -77,7 +77,7 @@ const ScreenLockedView = React.memo(withTheme(({ theme, split }) => { hideModalContentWhileAnimating style={{ margin: 0 }} > - + { touchIDDisabled vibrationEnabled={false} timeLocked={30000} + colorCircleButtons={themes[theme].backgroundColor} + colorPassword={themes[theme].titleText} + colorPasswordEmpty={themes[theme].titleText} + colorPasswordError={themes[theme].dangerColor} + numbersButtonOverlayColor={themes[theme].bannerBackground} + stylePinCodeButtonNumber={themes[theme].bodyText} + stylePinCodeButtonNumberPressed={themes[theme].bodyText} + stylePinCodeColorTitle={themes[theme].titleText} + stylePinCodeColorSubtitle={themes[theme].titleText} + stylePinCodeColorSubtitleError={themes[theme].dangerColor} + stylePinCodeButtonCircle={{ borderWidth: 1, borderColor: themes[theme].borderColor }} + stylePinCodeTextTitle={{ ...sharedStyles.textRegular, fontWeight: '400' }} + stylePinCodeTextSubtitle={{ ...sharedStyles.textRegular, fontWeight: '300' }} + stylePinCodeTextButtonCircle={{ ...sharedStyles.textRegular, fontWeight: '100' }} + stylePinCodeHiddenPasswordSizeEmpty={8} + stylePinCodeHiddenPasswordSizeFull={12} + titleEnter='Enter your passcode' />