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]: Datagrid row doesn't apply light colors #5939

Open
nidoBM opened this issue Jan 19, 2025 · 0 comments
Open

[Bug]: Datagrid row doesn't apply light colors #5939

nidoBM opened this issue Jan 19, 2025 · 0 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working
Milestone

Comments

@nidoBM
Copy link

nidoBM commented Jan 19, 2025

Blazorise Version

1.7.3

What Blazorise provider are you running on?

Tailwind

Link to minimal reproduction or a simple code snippet

return "b-table-row group-[:not(.border-0)]:border-b dark:bg-gray-800 group-[:not(.border-0)]:dark:border-gray-700";

The background color is not set correctly for light mode. This setup has only the colors for the dark: variant set. When the theme is set to a light theme, the grid rows are incorretly displayed in the dark colors instead of light colors.

Steps to reproduce & bug description

Set tailwind to light mode instead of dark.

What is expected?

The grid should display a white background like other components. This works for the other configurations i.e. if striped is applied.

What is actually happening?

The grid still displays the dark background.

What browsers do you see the problem on?

Chrome

Any additional comments?

No response

@nidoBM nidoBM added the Type: Bug 🐞 Something isn't working label Jan 19, 2025
@nidoBM nidoBM changed the title [Bug]: [Bug]: Datagrid row doesn't apply light colors Jan 19, 2025
@stsrki stsrki self-assigned this Jan 20, 2025
@stsrki stsrki added this to Support Jan 20, 2025
@github-project-automation github-project-automation bot moved this to 🔙 Backlog in Support Jan 20, 2025
@stsrki stsrki added this to the 1.7 support milestone Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Status: 🔙 Backlog
Development

No branches or pull requests

2 participants