Updated on 2026-08-14

This commit is contained in:
Tangem 2024-11-20 15:16:33 +05:00
parent f53ffa9a64
commit 5a6dfd50e4

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.1f
private const val LOW_CONTRAST_RATIO = 1f
}
}