fix: brighter add network button
This commit is contained in:
parent
960f9b43d9
commit
82dfd2c66c
1 changed files with 0 additions and 2 deletions
|
|
@ -226,14 +226,12 @@ PageBase {
|
||||||
|
|
||||||
MaterialIcon {
|
MaterialIcon {
|
||||||
text: "add"
|
text: "add"
|
||||||
color: Colours.tPalette.m3onSurfaceVariant
|
|
||||||
font: Tokens.font.icon.medium
|
font: Tokens.font.icon.medium
|
||||||
}
|
}
|
||||||
|
|
||||||
StyledText {
|
StyledText {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: qsTr("Add network")
|
text: qsTr("Add network")
|
||||||
color: Colours.tPalette.m3onSurfaceVariant
|
|
||||||
font: Tokens.font.body.small
|
font: Tokens.font.body.small
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue