Closed danielsaidi closed 9 months ago
In the code base, this has been added:
private extension Image { static func symbol(_ name: String) -> Image { Image(systemName: name) .symbolRenderingMode(.palette) } }
This should not be applied to the default symbol.
However, this seems to be needed for the tint in e.g. the format sheet, so let's fix this in a better way in the next patch.
@DominikBucher12 Very strange :D
In the code base, this has been added:
This should not be applied to the default symbol.
However, this seems to be needed for the tint in e.g. the format sheet, so let's fix this in a better way in the next patch.