fix: launcher action icon size
This commit is contained in:
parent
20394b7db1
commit
ad5649473a
1 changed files with 3 additions and 3 deletions
|
|
@ -28,10 +28,10 @@ Item {
|
||||||
MaterialIcon {
|
MaterialIcon {
|
||||||
id: icon
|
id: icon
|
||||||
|
|
||||||
text: root.modelData?.icon ?? ""
|
|
||||||
fontStyle: Tokens.font.icon.extraLarge
|
|
||||||
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
|
text: root.modelData?.icon ?? ""
|
||||||
|
color: Colours.palette.m3onSurfaceVariant
|
||||||
|
fontStyle: Tokens.font.icon.builders.large.scale(1.3).build()
|
||||||
}
|
}
|
||||||
|
|
||||||
Item {
|
Item {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue