summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/controls/FilledSlider.qml2
-rw-r--r--components/widgets/ExtraIndicator.qml4
2 files changed, 3 insertions, 3 deletions
diff --git a/components/controls/FilledSlider.qml b/components/controls/FilledSlider.qml
index 80dd44c..493386d 100644
--- a/components/controls/FilledSlider.qml
+++ b/components/controls/FilledSlider.qml
@@ -25,7 +25,7 @@ Slider {
y: root.handle.y
implicitHeight: parent.height - y
- color: Colours.palette.m3secondary
+ color: Colours.palette.m3onSurfaceVariant
radius: parent.radius
}
}
diff --git a/components/widgets/ExtraIndicator.qml b/components/widgets/ExtraIndicator.qml
index db73ea0..c63782e 100644
--- a/components/widgets/ExtraIndicator.qml
+++ b/components/widgets/ExtraIndicator.qml
@@ -10,7 +10,7 @@ StyledRect {
anchors.right: parent.right
anchors.margins: Appearance.padding.normal
- color: Colours.palette.m3tertiary
+ color: Colours.palette.m3secondary
radius: Appearance.rounding.small
implicitWidth: count.implicitWidth + Appearance.padding.normal * 2
@@ -33,7 +33,7 @@ StyledRect {
anchors.centerIn: parent
animate: parent.opacity > 0
text: qsTr("+%1").arg(parent.extra)
- color: Colours.palette.m3onTertiary
+ color: Colours.palette.m3onSecondary
}
Behavior on opacity {