Orange-OpenSource / ouds-android

Android library of reusable graphical components for Orange Unified Design System
https://android.unified-design-system.orange.com/
MIT License
6 stars 1 forks source link

Draw a border around color token illustration when accessibility is poor #185

Open florentmaitre opened 2 hours ago

florentmaitre commented 2 hours ago

As described in Figma, we should add a black border when color is white in light mode, and a white border when color is black in dark mode.

_Originally posted by @florentmaitre in https://github.com/Orange-OpenSource/ouds-android/pull/158#discussion_r1823139183_

florentmaitre commented 2 hours ago

Take a look at ColorUtils.calculateConstrast(foregroundColor, backgroundColor).