mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Tokens for Skeleton
This commit is contained in:
parent
c86c01e20c
commit
3a0a9b17f8
3 changed files with 7 additions and 1 deletions
|
@ -4,7 +4,7 @@ const theme = ({ dt }) => `
|
|||
.p-skeleton {
|
||||
overflow: hidden;
|
||||
background-color: ${dt('skeleton.background')};
|
||||
border-radius: ${dt('border.radius.md')};
|
||||
border-radius: ${dt('skeleton.border.radius')};
|
||||
}
|
||||
|
||||
.p-skeleton::after {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue