Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix: Fix data table icons in dark mode #6409

Merged

Conversation

rileyajones
Copy link
Contributor

Motivation for features / changes

The sort icons should turn white in dark mode. This seems to be a bug with material icons having set the fill attribute of the svg path to black for the down arrow icon.

The up arrow (which works)
image

The down arrow (which does not)
image

Technical description of changes

Screenshots of UI changes (or N/A)

Before
image

After:
image

Alternate designs / implementations considered (or N/A)

We are using the icon from version 3.0.1 but when I checked version 4.0.0 (the newest) the problem had not been fixed.

@rileyajones rileyajones merged commit 1650cf6 into tensorflow:master Jun 1, 2023
14 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.

None yet

2 participants