Skip to content

Support dark mode on Explorer pagination controls #3630

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

Merged
merged 1 commit into from
Nov 13, 2023
Merged

Conversation

jpellizzari
Copy link
Contributor

Closes #3612

Adds support for dark mode on pagination controls in Explorer.

Screenshot from 2023-11-13 10-28-13

@jpellizzari jpellizzari added the bug Something isn't working label Nov 13, 2023
})`
${Icon} .MuiSvgIcon-root {
color: ${props =>
props.theme.mode === ThemeTypes.Dark ? 'white' : 'unset'};
Copy link
Contributor

Choose a reason for hiding this comment

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

❔Could we use props.theme.colors.white or smth. like that here instead of the hardcoded white? Not sure about preferred enterprise color conventions.

Copy link
Contributor

@opudrovs opudrovs left a comment

Choose a reason for hiding this comment

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

LGTM!

@jpellizzari jpellizzari merged commit 382cd1b into main Nov 13, 2023
@jpellizzari jpellizzari deleted the 3612-exp-dark branch November 13, 2023 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Explorer dark them issues found: page navigation and filters
3 participants