diff options
Diffstat (limited to 'components/controls/CustomSpinBox.qml')
| -rw-r--r-- | components/controls/CustomSpinBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/controls/CustomSpinBox.qml b/components/controls/CustomSpinBox.qml index 4611bed..e2ed508 100644 --- a/components/controls/CustomSpinBox.qml +++ b/components/controls/CustomSpinBox.qml @@ -30,7 +30,7 @@ RowLayout { background: StyledRect { implicitWidth: 100 radius: Appearance.rounding.small - color: Colours.palette.m3surfaceContainerHigh + color: Colours.tPalette.m3surfaceContainerHigh } } |