Skip to content

Commit

Permalink
style: add border around light mode map and match bottom border
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Aug 26, 2024
1 parent 1ecfdbf commit 01c348b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function App() {
</div>
</div>
</Drawer>
<div className="relative flex flex-1 flex-col rounded">
<div className="relative mb-2 flex flex-1 flex-col overflow-hidden rounded border border-zinc-200 dark:border-zinc-700">
<div className="relative flex-1 overflow-hidden dark:rounded">
<ErrorBoundary FallbackComponent={ErrorFallback}>
<MapContainer />
Expand Down

0 comments on commit 01c348b

Please sign in to comment.