fix(CommunityOverview): adjusted info icon color

Closes #10899
This commit is contained in:
Alexandra Betouni 2023-06-20 14:18:06 +03:00
parent fe9bb7d398
commit 61faa2df90
1 changed files with 2 additions and 1 deletions

View File

@ -119,11 +119,12 @@ StackLayout {
StatusIcon {
icon: "info"
color: Theme.palette.directColor1
}
StatusBaseText {
Layout.fillWidth: true
text: qsTr("This node is the Community Owner Node. For your Community to function correctly try to keep this computer with Status running and onlinie as much as possible.")
text: qsTr("This node is the Community Owner Node. For your Community to function correctly try to keep this computer with Status running and online as much as possible.")
font.pixelSize: 15
color: Theme.palette.directColor1
wrapMode: Text.WordWrap