From a41d65dd2c71b2d0b312d7d12ed8be506ad5873d Mon Sep 17 00:00:00 2001 From: Tangem Date: Thu, 11 Jul 2024 15:31:44 +0200 Subject: [PATCH] Updated on 2026-08-14 --- .../com/tangem/core/ui/utils/ImageBackgroundContrastChecker.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/src/main/java/com/tangem/core/ui/utils/ImageBackgroundContrastChecker.kt b/core/ui/src/main/java/com/tangem/core/ui/utils/ImageBackgroundContrastChecker.kt index ed6cab9758..7c9071598f 100644 --- a/core/ui/src/main/java/com/tangem/core/ui/utils/ImageBackgroundContrastChecker.kt +++ b/core/ui/src/main/java/com/tangem/core/ui/utils/ImageBackgroundContrastChecker.kt @@ -39,6 +39,6 @@ class ImageBackgroundContrastChecker( private companion object { // https://www.w3.org/TR/2008/REC-WCAG20-20081211/#contrast-ratiodef - private const val LOW_CONTRAST_RATIO = 1.5f + private const val LOW_CONTRAST_RATIO = 1.1f } } \ No newline at end of file