From 353e1e09335e080a478d93d1092a184280cb429c Mon Sep 17 00:00:00 2001 From: Djorkaeff Alexandre Date: Wed, 29 Apr 2020 16:07:09 -0300 Subject: [PATCH] [FIX] Action Tint Color on Black theme --- app/constants/colors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/constants/colors.js b/app/constants/colors.js index d38ac2cbf3e..ea465a5fafb 100644 --- a/app/constants/colors.js +++ b/app/constants/colors.js @@ -100,7 +100,7 @@ export const themes = { infoText: '#6d6d72', tintColor: '#1e9bfe', auxiliaryTintColor: '#cdcdcd', - actionTintColor: '#1ea1fe', + actionTintColor: '#1e9bfe', separatorColor: '#272728', navbarBackground: '#0d0d0d', headerBorder: '#323232',