From cbb4be9978596e93dcdc8988caee03dd5095ac4f Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Sat, 14 Nov 2020 11:09:06 +0500 Subject: [PATCH] increase size of input text --- apps/mobile/src/components/LoginDialog/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/mobile/src/components/LoginDialog/index.js b/apps/mobile/src/components/LoginDialog/index.js index 417c8003c..8d187308a 100644 --- a/apps/mobile/src/components/LoginDialog/index.js +++ b/apps/mobile/src/components/LoginDialog/index.js @@ -390,7 +390,7 @@ const LoginDialog = () => { height: 50, borderBottomWidth: 1, borderColor: colors.nav, - fontSize: SIZE.sm, + fontSize: SIZE.md, fontFamily: WEIGHT.regular, color: colors.pri, }} @@ -479,7 +479,7 @@ const LoginDialog = () => { height: 50, borderBottomWidth: 1, borderColor: colors.nav, - fontSize: SIZE.sm, + fontSize: SIZE.md, fontFamily: WEIGHT.regular, color: colors.pri, }} @@ -577,7 +577,7 @@ const LoginDialog = () => { style={{ paddingHorizontal: 0, height: 50, - fontSize: SIZE.sm, + fontSize: SIZE.md, fontFamily: WEIGHT.regular, width: '85%', maxWidth: '85%', @@ -667,7 +667,7 @@ const LoginDialog = () => { borderBottomWidth: 1, height: 50, borderColor: colors.nav, - fontSize: SIZE.sm, + fontSize: SIZE.md, fontFamily: WEIGHT.regular, color: colors.pri, }} @@ -722,7 +722,7 @@ const LoginDialog = () => {