Merge pull request #2534 from defnax/fixcolors

Fixed Darkstyle textcolors for group category & private key
This commit is contained in:
csoler 2022-01-03 21:06:19 +01:00 committed by GitHub
commit 3aaf1cd4d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2479,8 +2479,8 @@ ForumsDialog, GxsForumThreadWidget
GroupTreeWidget
{
qproperty-textColorCategory: rgb(99, 99, 99);
qproperty-textColorPrivateKey: rgb(85,151,209);
qproperty-textColorCategory: rgb(3, 155, 198);
qproperty-textColorPrivateKey: rgb(249,185,0);
}
NetworkDialog {