Possible material symbol fix for Tabs.qml
This commit is contained in:
parent
89cfd521c4
commit
a9e9dcab18
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ Item {
|
||||||
// Icon
|
// Icon
|
||||||
Text {
|
Text {
|
||||||
text: modelData.icon
|
text: modelData.icon
|
||||||
font.family: "Material Icons"
|
font.family: "Material Symbols Outlined"
|
||||||
font.pixelSize: 22
|
font.pixelSize: 22
|
||||||
color: index === root.currentIndex
|
color: index === root.currentIndex
|
||||||
? (Theme ? Theme.accentPrimary : "#7C3AED")
|
? (Theme ? Theme.accentPrimary : "#7C3AED")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue