Skip to content

[BUG] Alert body is transparent #2270

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

Closed
vjmartins opened this issue Apr 17, 2025 · 3 comments
Closed

[BUG] Alert body is transparent #2270

vjmartins opened this issue Apr 17, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@vjmartins
Copy link

vjmartins commented Apr 17, 2025

Browser

All

OS

All

Screen size

All

Describe the bug

I update to 1.2.0 and i notice that alert body are transparent.

How to reproduce

Go to page https://preview.tabler.io/alerts.html and change card color

Screenshots

Image

@vjmartins vjmartins added the bug Something isn't working label Apr 17, 2025
@themikem
Copy link

Saw the same thing. I was able to fix this with this override:
.alert { --tblr-alert-bg: color-mix(in srgb, var(--tblr-alert-color) 20%, var(--tblr-bg-surface)); --tblr-alert-border-color: color-mix(in srgb, var(--tblr-alert-color) 40%, var(--tblr-bg-surface)); }

@authcompanion
Copy link

Getting the same issue! Thanks for bug consideration.

@codecalm
Copy link
Member

I've fixed it and release it in next release 🙂

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

No branches or pull requests

4 participants