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

View File

@ -119,11 +119,12 @@ StackLayout {
StatusIcon { StatusIcon {
icon: "info" icon: "info"
color: Theme.palette.directColor1
} }
StatusBaseText { StatusBaseText {
Layout.fillWidth: true 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 font.pixelSize: 15
color: Theme.palette.directColor1 color: Theme.palette.directColor1
wrapMode: Text.WordWrap wrapMode: Text.WordWrap