Skip to content

Commit

Permalink
upcoming: [DI-20585] - Style to sx
Browse files Browse the repository at this point in the history
  • Loading branch information
vmangalr committed Sep 15, 2024
1 parent eb7fe32 commit 2383332
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const ZoomIcon = React.memo((props: ZoomIconProperties) => {
if (props.zoomIn) {
return (
<ZoomInMap
style={{
sx={{
color: theme.color.grey1,
fontSize: 'x-large',
height: '34px',
Expand All @@ -33,7 +33,7 @@ export const ZoomIcon = React.memo((props: ZoomIconProperties) => {

return (
<ZoomOutMap
style={{
sx={{
color: theme.color.grey1,
fontSize: 'x-large',
height: '34px',
Expand Down

0 comments on commit 2383332

Please sign in to comment.