Skip to content

Commit

Permalink
chore: make dialog ui lower
Browse files Browse the repository at this point in the history
  • Loading branch information
AnisLahouar committed Jun 21, 2023
1 parent 57825fc commit 14722a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const NpcUtilsUi = () => {
alignItems: 'center',
justifyContent: 'center',
positionType: 'absolute',
position: { bottom: '15%', left: '50%' },
position: { bottom: '10%', left: '50%' },
margin: { top: -height / 2, left: -width / 2 },
width,
height
Expand Down

0 comments on commit 14722a8

Please sign in to comment.