You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UInput should load ring-red-500 dark:ring-red-400 focus:ring-2 focus:ring-red-500 dark:focus:ring-red-400 classes but they does not exist. Framework properly adding those classes, but those classes does not load.
What is actually happening?
The text was updated successfully, but these errors were encountered:
The issue here is that the red color for the Input hasn't been safelisted as there is no such code as <UInput color="red" />. We should safelist it by default I guess.
Version
@nuxthq/ui: 2.50
nuxt: v3.6.1
Reproduction Link
https://stackblitz.com/edit/nuxtlabs-ui-3bkhpx?file=app.vue,package.json
Steps to reproduce
Look at UInput
What is Expected?
UInput should load
ring-red-500 dark:ring-red-400 focus:ring-2 focus:ring-red-500 dark:focus:ring-red-400
classes but they does not exist. Framework properly adding those classes, but those classes does not load.What is actually happening?
The text was updated successfully, but these errors were encountered: