1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00

Add pointer to form submit buttons. (#740)

Signed-off-by: Ali Karbassi <ali@karbassi.com>
This commit is contained in:
Ali Karbassi 2024-05-13 12:06:20 -05:00 committed by GitHub
parent 61fae96832
commit b448446fbe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@
}
.form-field__submit {
@apply w-full p-3 text-center text-white bg-black rounded-lg hover:bg-gray-700;
@apply w-full p-3 text-center text-white bg-black rounded-lg cursor-pointer hover:bg-gray-700;
}
input:checked + label + .toggle-switch-dot {