feat(dashboard): adjust performance warning color
This commit is contained in:
parent
13c7526440
commit
f62e017536
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ ColumnLayout {
|
|||
Column {
|
||||
anchors.centerIn: parent
|
||||
|
||||
readonly property color color: res.warning1 ? Color.mute(Config.colors.error, 1.3, 1.2) :
|
||||
readonly property color color: res.warning1 ? Color.mute(Config.colors.error, 1.2, 1.1) :
|
||||
res.value1 === 0 ? Config.colors.inactive : Config.colors.primary
|
||||
|
||||
CustomText {
|
||||
|
|
@ -133,7 +133,7 @@ ColumnLayout {
|
|||
anchors.horizontalCenterOffset: -res.thickness / 2
|
||||
anchors.topMargin: res.thickness / 2 + 5
|
||||
|
||||
readonly property color color: res.warning2 ? Color.mute(Config.colors.error, 1.3, 1.2) :
|
||||
readonly property color color: res.warning2 ? Color.mute(Config.colors.error, 1.2, 1.1) :
|
||||
res.value2 === 0 ? Config.colors.inactive : Config.colors.primary
|
||||
|
||||
CustomText {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue