Skip to content

Commit f3e9828

Browse files
committed
style: remove unused bg-muted/40 and bg-background/85 classes
Remove unnecessary background utility classes that are no longer needed, cleaning up the component styling without changing visual behavior.
1 parent 493fdd6 commit f3e9828

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

agent-html/artifacts/tokyo-three-speeds/route-planner.block.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)