app/components/satis/dropdown/component.scss in satis-1.0.67 vs app/components/satis/dropdown/component.scss in satis-1.0.68

- old
+ new

@@ -3,8 +3,18 @@ min-height: 50px; max-height: 200px; } input { - @apply dark:text-gray-300 + @apply dark:text-gray-300; + + } + + .warning + { + @apply border-orange-500; + input { + @apply text-gray-400; + + } } }