parent
fcc133e9d1
commit
4d55e3f583
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue