Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
nearnshaw committed Jan 20, 2025
1 parent 12a50e4 commit 2c4f8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/ADR-258-ui-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ import { Color4 } from '@dcl/sdk/math'

export const uiMenu = () => (
<UiEntity
uiTransform={{
uiTransform={{{{
width: 700,
height: 400,
margin: { top: '35px', left: '500px' },
}}
uiBackground={{ color: Color4.Red() }}
}}}}
uiBackground={{{{ color: Color4.Red() }}}}
/>
)

Expand Down

0 comments on commit 2c4f8a4

Please sign in to comment.