Skip to content

Commit

Permalink
ui: Update MapContainer component background color
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel committed Sep 5, 2024
1 parent b995efb commit ced82db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/map/map-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ const MapContainer = () => {
)}

{mapData && (
<div className="relative z-0 mb-4 h-full w-full overflow-hidden">
<div className="relative z-0 mb-4 h-full w-full overflow-hidden bg-[#f5f5f7] dark:bg-background">
<NavigationDialog
isOpen={navigationDialogOpen}
onClose={() => setNavigationDialogOpen(false)}
Expand Down

0 comments on commit ced82db

Please sign in to comment.