From 6021192a281ec3d42e19eee280b708920487b607 Mon Sep 17 00:00:00 2001 From: CezarSTF Date: Sun, 25 May 2025 12:20:20 +0300 Subject: [PATCH] FORMS-18736: Text content lacks 4.5:1 contrast ratio @sunnym @vavarshn --- src/site/_mixin.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/_mixin.scss b/src/site/_mixin.scss index 20ece36..abf2161 100644 --- a/src/site/_mixin.scss +++ b/src/site/_mixin.scss @@ -345,7 +345,7 @@ //buttons @mixin primary-button { display: block; - background-color: rgba($color: $accent, $alpha: .8); + background-color: rgba($color: $accent, $alpha: .9); border: none; border-radius: $button-radius; height: $tap-height;