Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -168,8 +168,8 @@ struct Index { | @@ -168,8 +168,8 @@ struct Index { | ||
| 168 | })) | 168 | })) |
| 169 | Image($r("app.media.icon_audio_close")) | 169 | Image($r("app.media.icon_audio_close")) |
| 170 | .objectFit(ImageFit.Contain) | 170 | .objectFit(ImageFit.Contain) |
| 171 | - .width(24) | ||
| 172 | - .height(24) | 171 | + .width(32) |
| 172 | + .height(32) | ||
| 173 | .gesture( | 173 | .gesture( |
| 174 | TapGesture() | 174 | TapGesture() |
| 175 | .onAction((event: GestureEvent) => { | 175 | .onAction((event: GestureEvent) => { |
-
Please register or login to post a comment