File tree Expand file tree Collapse file tree
agent-html/artifacts/tokyo-three-speeds Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ export default function RoutePlannerBlock() {
176176 </ h1 >
177177 </ div >
178178
179- < div className = "grid overflow-hidden rounded-md bg-muted/40 md:min-h-[680px] md:grid-cols-[0.78fr_1.22fr]" >
179+ < div className = "grid overflow-hidden rounded-md md:min-h-[680px] md:grid-cols-[0.78fr_1.22fr]" >
180180 < div className = "canvas-stack-lg p-5 md:p-6" >
181181 < div className = "canvas-stack-md" >
182182 < InspectorPhoto assetKey = { selectedRoute . evidenceKey } />
@@ -248,7 +248,7 @@ export default function RoutePlannerBlock() {
248248 </ div >
249249
250250 < div className = "p-3 md:p-4" >
251- < div className = "relative h-[520px] overflow-hidden rounded-md border bg-background md:h-full" >
251+ < div className = "relative h-[520px] overflow-hidden rounded-md border md:h-full" >
252252 < Map
253253 center = { tokyoMap . center }
254254 className = "h-full"
@@ -292,7 +292,7 @@ export default function RoutePlannerBlock() {
292292 )
293293 } ) }
294294 </ Map >
295- < p className = "absolute right-3 bottom-3 rounded-sm bg-background/85 px-2 py-1 canvas-text-caption text-muted-foreground" >
295+ < p className = "absolute right-3 bottom-3 rounded-sm px-2 py-1 canvas-text-caption text-muted-foreground" >
296296 © OpenStreetMap contributors
297297 </ p >
298298 </ div >
You can’t perform that action at this time.
0 commit comments