From 64ee3ed28c5a5912668525d7401cd3e0643caf42 Mon Sep 17 00:00:00 2001 From: Anastasia Poupeney Date: Mon, 30 Apr 2018 12:30:41 +0200 Subject: [PATCH] font size adjustms --- src/components/IsUnlocked.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/IsUnlocked.js b/src/components/IsUnlocked.js index 7b38f8a4..95ffec9b 100644 --- a/src/components/IsUnlocked.js +++ b/src/components/IsUnlocked.js @@ -73,7 +73,7 @@ export const PageTitle = styled(Box).attrs({ width: 152, height: 27, ff: 'Museo Sans|Regular', - fontSize: 22, + fontSize: 7, color: 'dark', })`` @@ -81,7 +81,7 @@ export const LockScreenDesc = styled(Box).attrs({ width: 340, height: 36, ff: 'Open Sans|Regular', - fontSize: 13, + fontSize: 4, textAlign: 'center', color: 'smoke', })`