Change color of role description to light grey.

This commit is contained in:
Christopher Hock
2021-01-13 22:19:25 +01:00
committed by Tobias Fella
parent eff8c08ccf
commit 3ac85bacad

View File

@@ -228,7 +228,7 @@ Kirigami.OverlayDrawer {
}
return ""
}
color: perm == UserType.Muted ? Kirigami.Theme.disabledTextColor : Kirigami.Theme.textColor
color: Kirigami.Theme.disabledTextColor
font.pixelSize: 12
textFormat: Text.PlainText
wrapMode: Text.NoWrap