fix: channel context menu colors

Fixes #2363
This commit is contained in:
Richard Ramos 2021-04-27 14:02:45 -04:00 committed by Iuri Matias
parent fcc133e9d1
commit 4d55e3f583
4 changed files with 4 additions and 1 deletions

View File

@ -133,6 +133,7 @@ PopupMenu {
}
icon.width: 16
icon.height: 16
icon.color: Style.current.red
onTriggered: chatsModel.leaveChatByIndex(channelContextMenu.channelIndex)
enabled: !chatsModel.communities.activeCommunity.active
}

View File

@ -36,6 +36,7 @@ Theme {
property color border: darkGrey
property color borderSecondary: tenPercentWhite
property color borderTertiary: blue
property color separator: tenPercentWhite
property color textColor: white
property color textColorTertiary: blue
property color currentUserTextColor: white

View File

@ -36,6 +36,7 @@ Theme {
property color border: grey
property color borderSecondary: tenPercentBlack
property color borderTertiary: blue
property color separator: grey
property color textColor: black
property color textColorTertiary: blue
property color currentUserTextColor: white

View File

@ -3,7 +3,7 @@ import "../imports"
Item {
id: root
property color color: Style.current.border
property color color: Style.current.separator
width: parent.width
height: root.visible ? 1 : 0
anchors.topMargin: Style.current.padding