mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 05:40:32 +05:30
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) {
|
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