Updated on 2026-08-14
This commit is contained in:
parent
71038ca2d8
commit
a41d65dd2c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue