You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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;
}
The text was updated successfully, but these errors were encountered:
Description:
In dark mode the
.toolbar-button
class is missingdark:text-gray-400
in its styling as all enabled row buttons are appearing disabled when, in fact, they are enabled.The delete button is styled because it does not seem to be relying on the
toolbar-button
class.Fix
The text was updated successfully, but these errors were encountered: