From 072a52b990b47e50c69dfadda144fa89eaa33f45 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Tue, 8 Sep 2020 22:22:59 +0500 Subject: [PATCH] add new input color to the theme --- apps/mobile/src/common/common.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/mobile/src/common/common.js b/apps/mobile/src/common/common.js index d9520eb69..0ec6f37f8 100755 --- a/apps/mobile/src/common/common.js +++ b/apps/mobile/src/common/common.js @@ -48,6 +48,7 @@ export const COLOR_SCHEME_LIGHT = { bg: 'white', navbg: '#f6fbfc', nav: '#e1e4e8', + input:"transparent", heading:'#000000', pri: '#24292e', sec: 'white', @@ -57,6 +58,7 @@ export const COLOR_SCHEME_DARK = { night: true, bg: '#1f1f1f', navbg: '#1c1c1c', + input:'#2d2d2d', nav: '#2d2d2d', heading:'#ffffff', pri: '#D3D3D3',