fix: don't use title font for nexus nav
This commit is contained in:
parent
1c689334cb
commit
45c6c03c79
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ StyledFlickable {
|
||||||
StyledText {
|
StyledText {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: item.modelData.label
|
text: item.modelData.label
|
||||||
font: Tokens.font.title.small
|
font: Tokens.font.body.medium
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue