Post

Replies

Boosts

Views

Activity

Comment on Device Activity App Icon Size
This works for me: if let applicationToken = selection.categoryTokens.first { Label(applicationToken).labelStyle(CustomLabelStyle()) } Also, in CustomLabelStyle, I just defined a style with only the icon. Can't get it to resize unless I use scaleEffect though, and since the sizing is different depending on screen size, I gave up resizing and just opted to use the base icon.
Aug ’24