app/assets/stylesheets/shadcn.css in shadcn-ui-0.0.4 vs app/assets/stylesheets/shadcn.css in shadcn-ui-0.0.5
- old
+ new
@@ -212,5 +212,13 @@
opacity: 1;
visibility: visible;
overflow: hidden;
transition: all 0.2s;
}
+
+input.error {
+ @apply border-red-400;
+}
+
+label.error {
+ @apply text-destructive;
+}