[2.3] Accessible Color Contrast on Cards #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
User Story
As a user, I want text on color-coded cards to be legible in both themes.
Acceptance Criteria
if (isInDarkMode) Color.Black else Color.Whitewith luminance-based contrast calculationcontrastTextColor(backgroundColor)in theme packageNotes
Affects
Attribute.ktandTalent.ktcard text colors. Current approach may fail for mid-luminance colors.