mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +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)
|
.foregroundColor(active ? Color("AppRedColor") : .secondary)
|
||||||
.font(.caption2)
|
.font(.caption2)
|
||||||
.allowsTightening(true)
|
.allowsTightening(true)
|
||||||
|
.lineLimit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.padding(.horizontal, playerActionsButtonLabelStyle.text ? 6 : 12)
|
.padding(.horizontal, playerActionsButtonLabelStyle.text ? 6 : 12)
|
||||||
|
Loading…
Reference in New Issue
Block a user