mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Tokens for ProgressBar
This commit is contained in:
parent
3a0a9b17f8
commit
3198acfd1a
3 changed files with 16 additions and 12 deletions
|
@ -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'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue