Change color of role description to light grey.
This commit is contained in:
committed by
Tobias Fella
parent
eff8c08ccf
commit
3ac85bacad
@@ -228,7 +228,7 @@ Kirigami.OverlayDrawer {
|
|||||||
}
|
}
|
||||||
return ""
|
return ""
|
||||||
}
|
}
|
||||||
color: perm == UserType.Muted ? Kirigami.Theme.disabledTextColor : Kirigami.Theme.textColor
|
color: Kirigami.Theme.disabledTextColor
|
||||||
font.pixelSize: 12
|
font.pixelSize: 12
|
||||||
textFormat: Text.PlainText
|
textFormat: Text.PlainText
|
||||||
wrapMode: Text.NoWrap
|
wrapMode: Text.NoWrap
|
||||||
|
|||||||
Reference in New Issue
Block a user