Add pointer to form submit buttons. (#740)

Signed-off-by: Ali Karbassi <ali@karbassi.com>
This commit was merged in pull request #740.
This commit is contained in:
Ali Karbassi
2024-05-13 12:06:20 -05:00
committed by GitHub
parent 61fae96832
commit b448446fbe

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 {