qml: some styling fixes
This commit is contained in:
@@ -68,7 +68,11 @@ ItemDelegate {
|
||||
|
||||
Label {
|
||||
text: model.state
|
||||
color: _closed ? constants.mutedForeground : Material.foreground
|
||||
color: _closed
|
||||
? constants.mutedForeground
|
||||
: model.state == 'OPEN'
|
||||
? constants.colorChannelOpen
|
||||
: Material.foreground
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user