Skip to content

Commit 3264c03

Browse files
working on storybook
1 parent 01d613b commit 3264c03

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/storybook/stories/Color/DataVis/Charts.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export default {
1818

1919
export const HighchartsAccentColors = () => {
2020
const data = getTokensByName(colorTokens, 'data').map(token => {
21+
console.log(token)
22+
2123
return {
2224
id: token.name,
2325
...token,

0 commit comments

Comments
 (0)