Tokens for ProgressBar

This commit is contained in:
Cagatay Civici 2024-05-09 22:13:44 +03:00
parent 3a0a9b17f8
commit 3198acfd1a
3 changed files with 16 additions and 12 deletions

View file

@ -1,11 +1,15 @@
export default {
root: {
background: '{content.border.color}'
background: '{content.border.color}',
borderRadius: '{content.border.radius}',
height: '1.5rem'
},
value: {
background: '{primary.color}'
},
label: {
color: '{primary.inverse.color}'
color: '{primary.inverse.color}',
fontSize: '0.875rem',
fontWeight: '600'
}
};