Skip to content

Commit

Permalink
fix rounded corners and button labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nearnshaw committed Jul 2, 2024
1 parent 82e8f68 commit 4d40c46
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ui.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
}}
uiBackground={{
textureMode: 'stretch',
Expand Down Expand Up @@ -353,7 +353,7 @@ export const NpcUtilsUi = () => {
>
<UiEntity
uiTransform={{
width: 'auto',
width: getScaledSize(25),
height: getScaledSize(25),
margin: { right: getScaledSize(5) },
positionType: 'absolute'
Expand All @@ -380,7 +380,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
margin: { right: '5%' },
}}
uiBackground={{
Expand All @@ -402,7 +402,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
}}
uiBackground={{
textureMode: 'stretch',
Expand Down Expand Up @@ -433,7 +433,7 @@ export const NpcUtilsUi = () => {
>
<UiEntity
uiTransform={{
width: 'auto',
width: getScaledSize(25),
height: getScaledSize(25),
margin: { right: getScaledSize(5) },
positionType: 'absolute',
Expand All @@ -460,7 +460,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
}}
uiBackground={{
textureMode: 'stretch',
Expand Down Expand Up @@ -493,7 +493,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
}}
uiBackground={{
textureMode: 'stretch',
Expand Down Expand Up @@ -534,7 +534,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
margin: { right: '5%' },
}}
uiBackground={{
Expand All @@ -556,7 +556,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
}}
uiBackground={{
textureMode: 'stretch',
Expand Down Expand Up @@ -597,7 +597,7 @@ export const NpcUtilsUi = () => {
<UiEntity
uiTransform={{
height: 'auto',
width: 'auto',
width: getScaledSize(12),
}}
uiBackground={{
textureMode: 'stretch',
Expand Down

0 comments on commit 4d40c46

Please sign in to comment.