oooops...

This commit is contained in:
legop3
2026-01-08 21:13:25 -05:00
parent 30ebd05a97
commit cf072ef0e0
3 changed files with 11 additions and 11 deletions
+5 -5
View File
@@ -614,11 +614,11 @@ function HudOverlay({
{showTopDown && variant !== 'spectator' ? (
<div
className="pointer-events-none absolute rounded"
// style={{
// ...mapStyle,
// padding: '0.1rem',
// background: 'rgba(0,0,0,0.6)',
// }}
style={{
...mapStyle,
// padding: '0.1rem',
// background: 'rgba(0,0,0,0.6)',
}}
>
<TopDownMap sensors={sensors} size={240} overlay />
</div>