Skip to content

Commit

Permalink
fix(website): fix broken legends guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphaël Benitte committed Mar 22, 2019
1 parent 223c5e5 commit cc3cb0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/src/components/guides/legends/LegendPosition.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ export default () => (
style={{
alignmentBaseline: 'middle',
fill: '#999',
fontSize: '14px',
}}
>
margin
Expand Down Expand Up @@ -127,6 +128,7 @@ export default () => (
style={{
alignmentBaseline: 'middle',
fill: '#999',
fontSize: '14px',
}}
>
margin
Expand Down
6 changes: 6 additions & 0 deletions website/src/nivoTheme.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ export const lightTheme = {
},
},
},
legends: {
text: {
fill: '#6a7c89',
fontSize: '12px',
},
},
tooltip: {
container: {
fontSize: '13px',
Expand Down

0 comments on commit cc3cb0b

Please sign in to comment.