Skip to content

Commit

Permalink
Build: (b1768c0) Merge pull request #72 from mayurmarakana89/geochart…
Browse files Browse the repository at this point in the history
…-theme-styling

move border to chart container
  • Loading branch information
jolevesq committed Mar 27, 2024
1 parent 31ddd83 commit 66f0e06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -46435,14 +46435,14 @@ var getSxClasses = function getSxClasses(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'
display: 'flex',
borderColor: theme.palette.geoViewColor.primary.main,
borderWidth: '2px',
borderStyle: 'solid'
},
header: {
display: 'flex',
Expand Down

0 comments on commit 66f0e06

Please sign in to comment.