[playground] Use cursor for clickable elements (#16833)

This commit is contained in:
Micha Reiser 2025-03-18 18:06:00 +01:00 committed by GitHub
parent cc3ddaf070
commit a9f5dddbaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 11 additions and 7 deletions

View file

@ -18,6 +18,7 @@ export default function AstralButton({
"text-black",
"hover:text-white",
"hover:bg-galaxy",
"cursor-pointer",
"outline-1",
"dark:outline",
"dark:hover:outline-white",