From f544319e5bef91cb22732c17609af7cb41d01d3c Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Thu, 28 Jul 2022 13:31:47 +0000 Subject: [PATCH] stripe.json: fix gray-900 gray-900 should not be identical to gray-800. I'm not sure how these colors were originally retrieved, but to fix gray-900, I matched the WCAG contrast of 15.9 from blue-900, then checked it with my eyes on an iPhone 11 screen. --- src/shared/presets/stripe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/presets/stripe.json b/src/shared/presets/stripe.json index afb5ad7..3553799 100644 --- a/src/shared/presets/stripe.json +++ b/src/shared/presets/stripe.json @@ -13,7 +13,7 @@ "#505669", "#3c4055", "#2b2e44", - "#2b2e44" + "#1e2035" ] }, {