Skip to content

Conversation

dreglad
Copy link

@dreglad dreglad commented Aug 29, 2025

Fixes an issue where the Sheet modal backdrop was always invisible, regardless of the backdrop prop.

Cause: Tailwind CSS v4 removed the bg-opacity-* utilities.
Reference: https://tailwindcss.com/docs/upgrade-guide#removed-deprecated-utilities

Solution: Replaced deprecated bg-opacity-* usage with the new color/alpha syntax (e.g., bg-black/50) to correctly render the backdrop.

@nolimits4web
Copy link
Member

t0ggles-create konsta

Copy link

t0ggles bot commented Aug 29, 2025

Task nolimits4web/KONSTA-100 was created

t0ggles task KONSTA-100

@t0ggles t0ggles bot added the t0ggles Linked to the t0ggles task label Aug 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t0ggles Linked to the t0ggles task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants