We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, every Theme CSS variables are applied to component classes: https://github.com/baptisteArno/typebot.io/blob/b61b5f5e4eda38592df1ae19442c18ade128c625/packages/embeds/js/src/assets/index.css
It will be better to just map the CSS variables to Tailwind classes and use these classes on every components.
The text was updated successfully, but these errors were encountered:
Done for Button. For example, the colors:
typebot.io/packages/embeds/js/tailwind.config.js
Lines 45 to 54 in b61b5f5
Sorry, something went wrong.
No branches or pull requests
Currently, every Theme CSS variables are applied to component classes: https://github.com/baptisteArno/typebot.io/blob/b61b5f5e4eda38592df1ae19442c18ade128c625/packages/embeds/js/src/assets/index.css
It will be better to just map the CSS variables to Tailwind classes and use these classes on every components.
The text was updated successfully, but these errors were encountered: