Add pointer to buttons.

Closes #1180
This commit is contained in:
Kavin 2022-07-04 19:22:00 +01:00
parent fc5e648fde
commit 2618fa46f9
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD

View file

@ -106,7 +106,7 @@ b {
}
.btn {
@apply py-2 px-4 rounded;
@apply py-2 px-4 rounded cursor-pointer;
}
.reset {