Skip to content

Commit

Permalink
move border to chart container
Browse files Browse the repository at this point in the history
  • Loading branch information
mayurmarakana89 committed Mar 27, 2024
1 parent 3d64a56 commit e504a80
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 e504a80

Please sign in to comment.