Skip to content

Commit

Permalink
Merge pull request #702 from chriskim2311/contrast-close-button-color…
Browse files Browse the repository at this point in the history
…-change

Small change to make the close button on iOS devices close button more accessible with color contrast.
  • Loading branch information
ain authored Nov 27, 2023
2 parents 9041188 + c5ef558 commit 9e2d3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartbanner.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$light-grey: #f3f3f3;
$grey: #767676;
$grey: #716F6F;
$blue: #1474fc;
$black: #000;

Expand Down

0 comments on commit 9e2d3b2

Please sign in to comment.