tweaking form label color
This commit is contained in:
parent
05ca3574b0
commit
48a34d5acf
@ -3,7 +3,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.form-label {
|
.form-label {
|
||||||
@apply uppercase font-semibold text-xs text-zinc-600 dark:text-zinc-300;
|
@apply uppercase font-semibold text-xs text-zinc-600 dark:text-zinc-200;
|
||||||
}
|
}
|
||||||
|
|
||||||
input.form-input[type="date"],
|
input.form-input[type="date"],
|
||||||
@ -67,5 +67,5 @@ input.form-input[type="url"]:disabled,
|
|||||||
input.form-input[type="week"]:disabled,
|
input.form-input[type="week"]:disabled,
|
||||||
textarea.form-input:disabled,
|
textarea.form-input:disabled,
|
||||||
select.form-input:disabled {
|
select.form-input:disabled {
|
||||||
@apply bg-neutral-400 opacity-7;
|
@apply bg-neutral-400 opacity-75;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user