From 1e72672b4bfe00409992f31339c4590d21ec6789 Mon Sep 17 00:00:00 2001 From: Akinwale Ariwodola Date: Thu, 15 Aug 2019 05:31:16 +0100 Subject: [PATCH] change blank password warning text style --- src/styles/firstRun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/firstRun.js b/src/styles/firstRun.js index d7531fb..4f31353 100644 --- a/src/styles/firstRun.js +++ b/src/styles/firstRun.js @@ -178,7 +178,7 @@ const firstRunStyle = StyleSheet.create({ marginBottom: 24, }, passwordWarningText: { - color: Colors.BrightRed, + color: Colors.NextLbryGreen, fontFamily: 'Inter-UI-Regular', fontSize: 16, },