Tokens for MeterGroup

This commit is contained in:
Cagatay Civici 2024-05-09 22:44:43 +03:00
parent 38767fd466
commit cbf9ceb15d
3 changed files with 49 additions and 23 deletions

View file

@ -1,5 +1,20 @@
export default {
root: {
borderRadius: '{content.border.radius}',
gap: '1rem'
},
meters: {
background: '{content.border.color}'
background: '{content.border.color}',
size: '0.625rem'
},
label: {
gap: '0.5rem'
},
labelMarker: {
size: '0.5rem'
},
labelList: {
verticalGap: '0.5rem',
horizontalGap: '1rem'
}
};