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 authored and stdavis committed Oct 21, 2024
1 parent 48bade9 commit 32fe612
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 32fe612

Please sign in to comment.