From 82dfd2c66c6aa12f31b33c641353c8534e7294b5 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 7 Jun 2026 00:58:16 +1000 Subject: [PATCH] fix: brighter add network button --- modules/nexus/pages/NetworkPage.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/nexus/pages/NetworkPage.qml b/modules/nexus/pages/NetworkPage.qml index d4596eb7..161eb15c 100644 --- a/modules/nexus/pages/NetworkPage.qml +++ b/modules/nexus/pages/NetworkPage.qml @@ -226,14 +226,12 @@ PageBase { MaterialIcon { text: "add" - color: Colours.tPalette.m3onSurfaceVariant font: Tokens.font.icon.medium } StyledText { Layout.fillWidth: true text: qsTr("Add network") - color: Colours.tPalette.m3onSurfaceVariant font: Tokens.font.body.small elide: Text.ElideRight }