Skip to content

Conversation

@juliaroldi
Copy link
Contributor

This PR fixes an issue where text could become invisible in table cells when the text color matched the background color (e.g., black text on black background or white text on white background).
TableHeaderTextColor

/**
* Check if two colors are the same by comparing their RGB values
*/
function isSameColor(color1: string, color2: string): boolean {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's name it "areSameColors"

@juliaroldi juliaroldi merged commit 3ec4608 into master Jan 8, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants