Skip to content

Commit e4dc421

Browse files
committed
fix: update borderRadius in MapView for improved styling consistency
1 parent e70e19a commit e4dc421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/MapView/MapView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ const MapView = ({
143143
return (
144144
<Box
145145
data-testid="mapbox-container"
146-
sx={{ borderRadius: square ? 0 : 6, height, overflow: "hidden", position: "relative", width, ...containerStyle }}
146+
sx={{ borderRadius: square ? 0 : 1, height, overflow: "hidden", position: "relative", width, ...containerStyle }}
147147
>
148148
<GlobalStyles styles={mapboxGlobalStyles} />
149149

0 commit comments

Comments
 (0)