79199530

Date: 2024-11-18 10:24:22
Score: 1
Natty:
Report link

You can simply create a colorset in the Assets.xcassets

Colorset in Assets.xcassets

and use it like this.

    Button {
        
    } label: {
        Image(systemName: "play.fill")
            .resizable()
            .aspectRatio(contentMode: .fit)
            .foregroundStyle(Color("imageColor"))
            .frame(width: 60, height: 60)
        
    }
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Yasha