Tokens for Skeleton

pull/5756/head
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 {

View File

@ -1,4 +1,7 @@
export default {
root: {
borderRadius: '{content.border.radius}'
},
colorScheme: {
light: {
root: {

View File

@ -1,4 +1,7 @@
export default {
root: {
borderRadius: '{content.border.radius}'
},
colorScheme: {
light: {
root: {