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

Resource index view / edit buttons appear have disabled style when enabled in dark mode #6012

Closed
dmason30 opened this issue Oct 31, 2023 · 1 comment
Assignees
Labels
bug Verified bug by the Nova team

Comments

@dmason30
Copy link

  • Nova Version: 4.28

Description:

In dark mode the .toolbar-button class is missing dark:text-gray-400 in its styling as all enabled row buttons are appearing disabled when, in fact, they are enabled.

image

The delete button is styled because it does not seem to be relying on the toolbar-button class.

Fix

.toolbar-button {
    @apply dark:text-gray-400;
}
image
@crynobone crynobone self-assigned this Nov 1, 2023
@crynobone crynobone added the bug Verified bug by the Nova team label Nov 1, 2023
Copy link

github-actions bot commented Nov 7, 2023

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 7, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Verified bug by the Nova team
Projects
None yet
Development

No branches or pull requests

2 participants