Skip to content

Commit

Permalink
Merge pull request #78 from vizzly-co/more-updates-to-defaults
Browse files Browse the repository at this point in the history
More updates to defaults
  • Loading branch information
hronchetti authored Oct 2, 2024
2 parents 07a17ab + b0c217d commit 6f77b73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions storybook/storybook-react/themes/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const defaults = {
display: 'inline',
fontSize: '13px',
fontWeight: 400,
width: '100%',
// lineHeight: "initial",
// margin: "0",
},
Expand All @@ -36,6 +37,7 @@ export const defaults = {
display: 'inline',
fontSize: '13px',
fontWeight: 400,
width: '100%',
// lineHeight: "initial",
// margin: "0",
},
Expand Down Expand Up @@ -790,6 +792,11 @@ export const defaults = {
background: '#f5f6f6',
},
},
drilldown: {
arrow: {
stroke: 'black',
},
},
},
},
// ----- TABS -----
Expand Down

0 comments on commit 6f77b73

Please sign in to comment.