mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Merge pull request #759 from stonerl/videoactions-color
Color changes to VideoActions
This commit is contained in:
commit
6bdfb7368c
@ -198,10 +198,10 @@ struct VideoActions: View {
|
|||||||
VStack(spacing: 3) {
|
VStack(spacing: 3) {
|
||||||
Image(systemName: systemImage)
|
Image(systemName: systemImage)
|
||||||
.frame(width: 20, height: 20)
|
.frame(width: 20, height: 20)
|
||||||
.foregroundColor(active ? Color("AppRedColor") : .accentColor)
|
.foregroundColor(active ? Color("AppRedColor") : .primary)
|
||||||
if playerActionsButtonLabelStyle.text {
|
if playerActionsButtonLabelStyle.text {
|
||||||
Text(name.localized())
|
Text(name.localized())
|
||||||
.foregroundColor(active ? Color("AppRedColor") : .secondary)
|
.foregroundColor(active ? Color("AppRedColor") : .primary)
|
||||||
.font(.caption2)
|
.font(.caption2)
|
||||||
.allowsTightening(true)
|
.allowsTightening(true)
|
||||||
.lineLimit(1)
|
.lineLimit(1)
|
||||||
|
Loading…
Reference in New Issue
Block a user