Browse Source

font size adjustms

master
Anastasia Poupeney 7 years ago
parent
commit
64ee3ed28c
  1. 4
      src/components/IsUnlocked.js

4
src/components/IsUnlocked.js

@ -73,7 +73,7 @@ export const PageTitle = styled(Box).attrs({
width: 152, width: 152,
height: 27, height: 27,
ff: 'Museo Sans|Regular', ff: 'Museo Sans|Regular',
fontSize: 22, fontSize: 7,
color: 'dark', color: 'dark',
})`` })``
@ -81,7 +81,7 @@ export const LockScreenDesc = styled(Box).attrs({
width: 340, width: 340,
height: 36, height: 36,
ff: 'Open Sans|Regular', ff: 'Open Sans|Regular',
fontSize: 13, fontSize: 4,
textAlign: 'center', textAlign: 'center',
color: 'smoke', color: 'smoke',
})` })`

Loading…
Cancel
Save