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 Fix: Theme Color Format Migration from HSL to OKLCH in Shadcn UI #7062

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

naaa760
Copy link

@naaa760 naaa760 commented Mar 27, 2025

The Problem:

Shadcn UI upgraded to support React 19 and Tailwind v4
Tailwind v4 uses oklch color format, not the old HSL format
The website was still showing outdated HSL values in the theme dialog
This caused confusion when users tried to apply these values to new projects

Solution:

✅ Added proper oklch format values in the theme generation functions
✅ Made the renderThemeCSS() function exportable so all components can use it
✅ Ensured consistent theme values across the codebase
✅ Updated default theme templates with correct oklch syntax

Copy link

vercel bot commented Mar 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui-v2 ❌ Failed (Inspect) Mar 27, 2025 10:16pm

Copy link

vercel bot commented Mar 27, 2025

Someone 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.

1 participant