diff --git a/src/components/IsUnlocked.js b/src/components/IsUnlocked.js index 8c56e2f3..e50576ff 100644 --- a/src/components/IsUnlocked.js +++ b/src/components/IsUnlocked.js @@ -24,6 +24,8 @@ import { createCustomErrorClass } from 'helpers/errors' import Box from 'components/base/Box' import InputPassword from 'components/base/InputPassword' +import LedgerLiveLogo from 'components/base/LedgerLiveLogo' +import IconArrowRight from 'icons/ArrowRight' import Button from './base/Button/index' import ConfirmModal from './base/Modal/ConfirmModal' @@ -68,16 +70,12 @@ const defaultState = { } export const PageTitle = styled(Box).attrs({ - width: 152, - height: 27, ff: 'Museo Sans|Regular', fontSize: 7, color: 'dark', })`` export const LockScreenDesc = styled(Box).attrs({ - width: 340, - height: 36, ff: 'Open Sans|Regular', fontSize: 4, textAlign: 'center', @@ -156,33 +154,42 @@ class IsUnlocked extends Component {
-
- -
+ + } + /> {t('app:common.lockScreen.title')} {t('app:common.lockScreen.subTitle')}
{t('app:common.lockScreen.description')}
- - + + + + + + +