Skip to content

Commit f025b22

Browse files
committed
qml: correct color & add background for OnboardingCover info icon
1 parent df0104b commit f025b22

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/qml/pages/onboarding/OnboardingCover.qml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Page {
2222
iconSource: "image://images/info"
2323
iconHeight: 24
2424
iconWidth: 24
25+
iconColor: Theme.color.neutral0
26+
iconBackground: Rectangle {
27+
radius: 12
28+
color: Theme.color.neutral9
29+
}
2530
onClicked: {
2631
introductions.incrementCurrentIndex()
2732
}

0 commit comments

Comments
 (0)