Fix actions buttons text

This commit is contained in:
Arkadiusz Fal 2023-05-21 11:50:07 +02:00
parent 1cc66fdc10
commit 08ce572b9e

View File

@ -206,6 +206,7 @@ struct VideoActions: View {
.foregroundColor(active ? Color("AppRedColor") : .secondary)
.font(.caption2)
.allowsTightening(true)
.lineLimit(1)
}
}
.padding(.horizontal, playerActionsButtonLabelStyle.text ? 6 : 12)