fix(Skeleton): improve accessibility (#3613)

Co-authored-by: Benjamin Canac <canacb1@gmail.com>
This commit is contained in:
kyyy
2025-04-23 03:06:05 +07:00
committed by GitHub
parent 80dfa88ea4
commit 3484832822
4 changed files with 13 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
export default {
base: 'animate-pulse rounded-md bg-elevated'
base: 'animate-pulse rounded-md bg-elevated aria-busy:cursor-progress'
}