From 6e08cae36fa6327899efa8cff62e40eace63eb85 Mon Sep 17 00:00:00 2001 From: Aminejv Date: Wed, 23 Jun 2021 11:08:51 +0100 Subject: [PATCH] fix(password-validation): increase opacity to 0.7 --- common/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/constants.js b/common/constants.js index fdad8b39..904637ea 100644 --- a/common/constants.js +++ b/common/constants.js @@ -61,7 +61,7 @@ export const system = { active: "#00BB00", blurBlack: "#262626", bgBlurGray: "#403F42", - bgBlurWhiteTRN: "rgba(255,255,255,0.3)", + bgBlurWhiteTRN: "rgba(255,255,255,0.7)", grayLight2: "#AEAEB2", grayLight5: "#E5E5EA", };