mirror of
https://github.com/yattee/yattee.git
synced 2024-11-09 15:58:20 +00:00
Color changes to VideoActions
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
parent
0c1fb02d50
commit
c9c60349df
@ -198,10 +198,10 @@ struct VideoActions: View {
|
||||
VStack(spacing: 3) {
|
||||
Image(systemName: systemImage)
|
||||
.frame(width: 20, height: 20)
|
||||
.foregroundColor(active ? Color("AppRedColor") : .accentColor)
|
||||
.foregroundColor(active ? Color("AppRedColor") : .primary)
|
||||
if playerActionsButtonLabelStyle.text {
|
||||
Text(name.localized())
|
||||
.foregroundColor(active ? Color("AppRedColor") : .secondary)
|
||||
.foregroundColor(active ? Color("AppRedColor") : .primary)
|
||||
.font(.caption2)
|
||||
.allowsTightening(true)
|
||||
.lineLimit(1)
|
||||
|
Loading…
Reference in New Issue
Block a user