@@ -35,6 +35,11 @@
button {
@apply cursor-pointer;
}
+
+ input::placeholder,
+ textarea::placeholder {
+ color: theme(--color-gray-400);
+ }
@custom-variant hover (&:hover);