Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-11 15:31:44 +02:00
parent 71038ca2d8
commit a41d65dd2c

View file

@ -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
}
}