Skip to content

Commit

Permalink
resources: pages: rauc: Change slot text color to white
Browse files Browse the repository at this point in the history
Change the slot text color to white for better contrast with their
background color.

Signed-off-by: Martin Schwan <[email protected]>
  • Loading branch information
mschwan-phytec committed May 28, 2024
1 parent 2c7edf9 commit 6b363df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/pages/rauc.qml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Page {
Label {
anchors.centerIn: parent
text: "<h1>A</h1>system0"
color: PhyTheme.white
horizontalAlignment: Text.AlignHCenter
}
ProgressBar {
Expand All @@ -88,6 +89,7 @@ Page {
Label {
anchors.centerIn: parent
text: "<h1>B</h1>system1"
color: PhyTheme.white
horizontalAlignment: Text.AlignHCenter
}
ProgressBar {
Expand Down

0 comments on commit 6b363df

Please sign in to comment.