added cursor pointer for buttons

This commit is contained in:
Mamalizz
2025-02-05 02:02:29 +03:30
parent 1493f45268
commit 06ae9c9d7c
+6
View File
@@ -266,3 +266,9 @@
padding-inline: 5rem;
}
}
@layer {
button {
@apply cursor-pointer;
}
}