diff --git a/modules/nexus/common/ToggleRow.qml b/modules/nexus/common/ToggleRow.qml index 6ac0a897..caea05b1 100644 --- a/modules/nexus/common/ToggleRow.qml +++ b/modules/nexus/common/ToggleRow.qml @@ -81,7 +81,7 @@ StyledSwitch { visible: root.subtext text: root.subtext - color: Colours.palette.m3onSurfaceVariant + color: Colours.palette.m3outline font: Tokens.font.label.small elide: Text.ElideRight }