fix: brighter add network button

This commit is contained in:
2 * r + 2 * t 2026-06-07 00:58:16 +10:00
parent 960f9b43d9
commit 82dfd2c66c

View file

@ -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
}