Tokens for Skeleton

This commit is contained in:
Cagatay Civici 2024-05-09 22:08:01 +03:00
parent c86c01e20c
commit 3a0a9b17f8
3 changed files with 7 additions and 1 deletions

View file

@ -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 {