tjtanjin / react-chatbotify-gallery-website

Gallery website to browse, rate and share themes and plugins for React ChatBotify.
https://gallery.react-chatbotify.com
MIT License
2 stars 8 forks source link

fix: tailwind theme color swatch #56

Closed wlee261 closed 1 month ago

wlee261 commented 1 month ago

Description

The tailwind class autocomplete usually provides a color preview, aiding devex. As we are using css variables that dynamically change, tailwind is unable to provide that color preview. By providing a comment with the hexcode color in tailwind.config, we are able to reintroduce the color preview (albeit only for dark theme).

Also adds accent-950 into tailwind.config which was previously left off.

What change does this PR introduce?

Provides color previews for tailwind class autocomplete

Before: Screenshot 2024-09-13 005001

After: (can only be configured to show the color palette in one theme (dark/light) Screenshot 2024-09-13 005103

Please select the relevant option(s).

What is the proposed approach?

Please give a short overview/explanation on the approach taken to resolve the issue(s).

Checklist: