fix(ui): Add cursor pointer style to button elements

This commit is contained in:
Sabin Shrestha 2025-07-18 20:24:34 +05:45
parent 63d06031a3
commit d852e408f3

View file

@ -152,3 +152,7 @@
--sidebar-ring: 217.2 91.2% 59.8%;
}
}
button {
cursor: pointer;
}