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)
|
||||
.font(.scaledBody)
|
||||
.fontWeight(.black)
|
||||
.contentShape(Rectangle())
|
||||
} else {
|
||||
action
|
||||
.image(dataController: statusDataController, privateBoost: privateBoost())
|
||||
.font(.scaledBody)
|
||||
.contentShape(Rectangle())
|
||||
}
|
||||
}
|
||||
.buttonStyle(
|
||||
|
|
Loading…
Reference in a new issue