Skip to content

Commit dde3441

Browse files
committed
Adding bar chart token
1 parent ceb226f commit dde3441

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

tokens/themes/dark.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3393,6 +3393,16 @@
33933393
"value": "{click.field.color.label.default}",
33943394
"type": "color"
33953395
}
3396+
},
3397+
"barChart": {
3398+
"default": {
3399+
"value": "{palette.neutral.700}",
3400+
"type": "color"
3401+
},
3402+
"hover": {
3403+
"value": "{palette.neutral.600}",
3404+
"type": "color"
3405+
}
33963406
}
33973407
}
33983408
},

tokens/themes/light.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4175,6 +4175,16 @@
41754175
"value": "{click.field.color.label.default}",
41764176
"type": "color"
41774177
}
4178+
},
4179+
"barChart": {
4180+
"default": {
4181+
"value": "{palette.neutral.200}",
4182+
"type": "color"
4183+
},
4184+
"hover": {
4185+
"value": "{palette.neutral.300}",
4186+
"type": "color"
4187+
}
41784188
}
41794189
}
41804190
},

0 commit comments

Comments
 (0)