From 83132e66deefda6b18db7b65f4ef3a782120e34d Mon Sep 17 00:00:00 2001 From: CezarSTF Date: Tue, 24 Jun 2025 13:28:20 +0300 Subject: [PATCH 1/2] FORMS-18722: Active user interface component lacks 3 to 1 contrast ratio @sunnym @vavarshn --- src/components/checkboxgroup/_checkboxgroup.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/checkboxgroup/_checkboxgroup.scss b/src/components/checkboxgroup/_checkboxgroup.scss index 8bcdac8..2800fca 100644 --- a/src/components/checkboxgroup/_checkboxgroup.scss +++ b/src/components/checkboxgroup/_checkboxgroup.scss @@ -35,6 +35,7 @@ display: flex; align-items: center; justify-content: center; + border: 1px solid $light-gray; } &__label:hover input[type='checkbox'] { From 57637fb1a52048aba84c0559a978f04dd67e1018 Mon Sep 17 00:00:00 2001 From: CezarSTF Date: Tue, 15 Jul 2025 13:50:45 +0300 Subject: [PATCH 2/2] FORMS-18722: Desktop, RWD Tablet, RWD Mobile - Text content lacks 4.5:1 contrast ratio @sunnym @vavarshn --- src/components/radiobutton/_radiobutton.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/radiobutton/_radiobutton.scss b/src/components/radiobutton/_radiobutton.scss index f47761f..ed8f770 100644 --- a/src/components/radiobutton/_radiobutton.scss +++ b/src/components/radiobutton/_radiobutton.scss @@ -52,6 +52,7 @@ display: flex; align-items: center; justify-content: center; + border: 1px solid $light-gray; padding: 5px; height: 1.1rem; width: 1.1rem;