1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00

Use placeholder-shown: for reduced opacity (#615)

This commit is contained in:
Pieter Beulque 2024-04-13 14:49:48 +02:00 committed by GitHub
parent b812b6d8c9
commit 2bbf120e2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,8 +42,9 @@
}
.form-field__input {
@apply p-3 w-full bg-transparent border-none opacity-50;
@apply p-3 w-full bg-transparent border-none opacity-100;
@apply focus:outline-none focus:ring-0 focus:opacity-100;
@apply placeholder-shown:opacity-50;
}
.form-field__submit {