style: remove inner border and background from world map container
This commit is contained in:
@@ -44,7 +44,7 @@ const WorldMap = ({ data }: WorldMapProps) => {
|
||||
const defaultStroke = isDark ? "#404040" : "#D4D4D4" // neutral-700 : neutral-300
|
||||
|
||||
return (
|
||||
<div className="relative w-full h-[300px] bg-neutral-50 dark:bg-neutral-900/50 rounded-lg overflow-hidden border border-neutral-100 dark:border-neutral-800">
|
||||
<div className="relative w-full h-[300px] overflow-hidden">
|
||||
<ComposableMap projectionConfig={{ rotate: [-10, 0, 0], scale: 160, center: [0, 20] }}>
|
||||
<ZoomableGroup maxZoom={1} translateExtent={[[0, 0], [800, 600]]}>
|
||||
<Geographies geography={geoUrl}>
|
||||
|
||||
Reference in New Issue
Block a user