mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-15 22:11:06 +00:00
Actions buttons: Bigger tap area
This commit is contained in:
parent
bb39f07503
commit
2bdef66da0
1 changed files with 2 additions and 0 deletions
|
@ -194,10 +194,12 @@ struct StatusRowActionsView: View {
|
||||||
.imageScale(.medium)
|
.imageScale(.medium)
|
||||||
.font(.scaledBody)
|
.font(.scaledBody)
|
||||||
.fontWeight(.black)
|
.fontWeight(.black)
|
||||||
|
.contentShape(Rectangle())
|
||||||
} else {
|
} else {
|
||||||
action
|
action
|
||||||
.image(dataController: statusDataController, privateBoost: privateBoost())
|
.image(dataController: statusDataController, privateBoost: privateBoost())
|
||||||
.font(.scaledBody)
|
.font(.scaledBody)
|
||||||
|
.contentShape(Rectangle())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.buttonStyle(
|
.buttonStyle(
|
||||||
|
|
Loading…
Reference in a new issue