ActiveWindow+MediaMini: Shifted one color each: mPrimary, mSecondary
This commit is contained in:
parent
fdfe9ea2e1
commit
e8f356f5ac
2 changed files with 2 additions and 2 deletions
|
|
@ -123,7 +123,7 @@ RowLayout {
|
|||
font.weight: Style.fontWeightMedium
|
||||
elide: mouseArea.containsMouse ? Text.ElideNone : Text.ElideRight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
color: Color.mSecondary
|
||||
color: Color.mPrimary
|
||||
clip: true
|
||||
|
||||
Behavior on Layout.preferredWidth {
|
||||
|
|
|
|||
|
|
@ -179,7 +179,7 @@ RowLayout {
|
|||
font.weight: Style.fontWeightMedium
|
||||
elide: Text.ElideRight
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
color: Color.mTertiary
|
||||
color: Color.mSecondary
|
||||
|
||||
Behavior on Layout.preferredWidth {
|
||||
NumberAnimation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue