fix: launcher action icon size

This commit is contained in:
2 * r + 2 * t 2026-05-05 23:00:54 +10:00
parent 20394b7db1
commit ad5649473a

View file

@ -28,10 +28,10 @@ Item {
MaterialIcon {
id: icon
text: root.modelData?.icon ?? ""
fontStyle: Tokens.font.icon.extraLarge
anchors.verticalCenter: parent.verticalCenter
text: root.modelData?.icon ?? ""
color: Colours.palette.m3onSurfaceVariant
fontStyle: Tokens.font.icon.builders.large.scale(1.3).build()
}
Item {