mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Fix actions buttons text
This commit is contained in:
parent
1cc66fdc10
commit
08ce572b9e
@ -206,6 +206,7 @@ struct VideoActions: View {
|
||||
.foregroundColor(active ? Color("AppRedColor") : .secondary)
|
||||
.font(.caption2)
|
||||
.allowsTightening(true)
|
||||
.lineLimit(1)
|
||||
}
|
||||
}
|
||||
.padding(.horizontal, playerActionsButtonLabelStyle.text ? 6 : 12)
|
||||
|
Loading…
Reference in New Issue
Block a user