Padding token for empty message

This commit is contained in:
Cagatay Civici 2024-05-08 13:04:04 +03:00
parent 3866d9faea
commit a0224a99fc
12 changed files with 32 additions and 6 deletions

View file

@ -63,5 +63,8 @@ export default {
},
chip: {
borderRadius: '{border.radius.xs}'
},
emptyMessage: {
padding: '{list.option.padding}'
}
};