From c6271733dcc57d2617a1c500ac560f8fcc8b75a7 Mon Sep 17 00:00:00 2001 From: Stefan Dragomir Date: Fri, 4 Apr 2025 14:12:18 +0300 Subject: [PATCH] FORMS-18735: Large text content lacks 3:1 contrast ratio @sunnym @vavarshn --- src/components/fileinput/_fileinput.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/fileinput/_fileinput.scss b/src/components/fileinput/_fileinput.scss index 4057674..9952746 100644 --- a/src/components/fileinput/_fileinput.scss +++ b/src/components/fileinput/_fileinput.scss @@ -75,7 +75,7 @@ font-weight: bold; line-height: 1; text-shadow: 0 1px 0 $white; - opacity: .2; + opacity: .6; cursor: pointer; } }