Skip to content

Commit

Permalink
fix style for guides
Browse files Browse the repository at this point in the history
  • Loading branch information
cphelefu committed Feb 14, 2024
1 parent d374591 commit 6b3690d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ export const getSxClasses = (theme: Theme) => ({
rightPanelContainer: {
border: `2px solid ${theme.palette.primary.main}`,
borderRadius: '5px',
backgroundColor: theme.palette.common.white,
backgroundColor: theme.palette.geoViewColor.bgColor.light[500],
color: theme.palette.geoViewColor.textColor.main
},
footerGuideListItemText: {
'&:hover': {
Expand Down

0 comments on commit 6b3690d

Please sign in to comment.