Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -290,7 +290,7 @@ export struct PlayUIComponent { | @@ -290,7 +290,7 @@ export struct PlayUIComponent { | ||
| 290 | .fontWeight(600) | 290 | .fontWeight(600) |
| 291 | .fontSize('12fp') | 291 | .fontSize('12fp') |
| 292 | .margin({ | 292 | .margin({ |
| 293 | - left: 16 | 293 | + left: 20 |
| 294 | }) | 294 | }) |
| 295 | } | 295 | } |
| 296 | 296 | ||
| @@ -308,7 +308,7 @@ export struct PlayUIComponent { | @@ -308,7 +308,7 @@ export struct PlayUIComponent { | ||
| 308 | .fontWeight(600) | 308 | .fontWeight(600) |
| 309 | .fontSize('12fp') | 309 | .fontSize('12fp') |
| 310 | .margin({ | 310 | .margin({ |
| 311 | - right: 16 | 311 | + right: 20 |
| 312 | }) | 312 | }) |
| 313 | } | 313 | } |
| 314 | 314 |
-
Please register or login to post a comment