Skip to content

Commit

Permalink
Merge pull request #72 from mayurmarakana89/geochart-theme-styling
Browse files Browse the repository at this point in the history
move border to chart container
  • Loading branch information
jolevesq authored Mar 27, 2024
2 parents c39a899 + e504a80 commit b1768c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/chart-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ export const getSxClasses = (theme: Theme) => {
return {
mainContainer: {
fontFamily: theme.typography.body1.fontFamily,
borderColor: theme.palette.geoViewColor.primary.main,
borderWidth: '2px',
borderStyle: 'solid',
overflowY: 'auto',
},
mainGeoChartContainer: {
padding: '20px',
display: 'flex',
borderColor: theme.palette.geoViewColor.primary.main,
borderWidth: '2px',
borderStyle: 'solid',
},
header: {
display: 'flex',
Expand Down

0 comments on commit b1768c0

Please sign in to comment.