Bar Widgets: Hover color switched from mPrimary to mTertiary for consistency
This commit is contained in:
parent
719f5a20e7
commit
78443451e4
2 changed files with 4 additions and 4 deletions
|
|
@ -19,8 +19,8 @@ Rectangle {
|
|||
|
||||
property color colorBg: Color.mSurfaceVariant
|
||||
property color colorFg: Color.mPrimary
|
||||
property color colorBgHover: Color.mPrimary
|
||||
property color colorFgHover: Color.mOnPrimary
|
||||
property color colorBgHover: Color.mTertiary
|
||||
property color colorFgHover: Color.mOnTertiary
|
||||
property color colorBorder: Color.mOutline
|
||||
property color colorBorderHover: Color.mOutline
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue