From c5ef558749f834b796146037a2dc086c47d59230 Mon Sep 17 00:00:00 2001 From: Chris Kim Date: Tue, 21 Nov 2023 11:40:48 -0800 Subject: [PATCH] Small change to make the close button on iOS devices close button more accessible with color contrast. --- src/smartbanner.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smartbanner.scss b/src/smartbanner.scss index b1fa8ab7..d476b85f 100644 --- a/src/smartbanner.scss +++ b/src/smartbanner.scss @@ -1,5 +1,5 @@ $light-grey: #f3f3f3; -$grey: #767676; +$grey: #716F6F; $blue: #1474fc; $black: #000;