Actions buttons: Bigger tap area
This commit is contained in:
parent
bb39f07503
commit
2bdef66da0
|
@ -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 New Issue