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

fix: update invalid Tailwind CSS class in SidebarGroupLabel component #5854

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Japesh05
Copy link

Summary
This pull request fixes the issue with the invalid Tailwind CSS class transition-[margin,opa] in the SidebarGroupLabel component. The class has been updated to transition-[margin,opacity] to ensure proper styling and functionality.

Related Issue
Fixes #5825

Changes Made
Corrected the transition-[margin,opa] to transition-[margin,opacity] in the SidebarGroupLabel component.

Please let me know if any further changes are required. Thank you!

…[margin,opacity] Corrected the invalid Tailwind CSS property \`transition-[margin,opa]\` to \`transition-[margin,opacity]\` in SidebarGroupLabel. Fixes shadcn-ui#5825.
Copy link

vercel bot commented Nov 16, 2024

@Japesh05 is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug]: SidebarGroupLabel transition-[margin,opa] should be transition-[margin,opacity]
1 participant