mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fix: top bar theme color
This commit is contained in:
parent
d41bae62f7
commit
2a59ab402d
@ -47,6 +47,7 @@ Theme {
|
|||||||
property color backgroundTertiary: tenPercentBlue
|
property color backgroundTertiary: tenPercentBlue
|
||||||
property color pillButtonTextColor: almostBlack
|
property color pillButtonTextColor: almostBlack
|
||||||
property color chatReplyCurrentUser: darkerGrey
|
property color chatReplyCurrentUser: darkerGrey
|
||||||
|
property color topBarChatInfoColor: darkerGrey
|
||||||
|
|
||||||
property color buttonForegroundColor: blue
|
property color buttonForegroundColor: blue
|
||||||
property color buttonBackgroundColor: secondaryBackground
|
property color buttonBackgroundColor: secondaryBackground
|
||||||
|
@ -46,6 +46,7 @@ Theme {
|
|||||||
property color backgroundTertiary: tenPercentBlue
|
property color backgroundTertiary: tenPercentBlue
|
||||||
property color pillButtonTextColor: white
|
property color pillButtonTextColor: white
|
||||||
property color chatReplyCurrentUser: lighterDarkGrey
|
property color chatReplyCurrentUser: lighterDarkGrey
|
||||||
|
property color topBarChatInfoColor: grey
|
||||||
|
|
||||||
property color buttonForegroundColor: blue
|
property color buttonForegroundColor: blue
|
||||||
property color buttonBackgroundColor: secondaryBackground
|
property color buttonBackgroundColor: secondaryBackground
|
||||||
|
@ -28,7 +28,7 @@ Button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: control.hovered ? Style.current.grey : "transparent"
|
color: control.hovered ? Style.current.topBarChatInfoColor : "transparent"
|
||||||
radius: Style.current.radius
|
radius: Style.current.radius
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user