We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9243dcd commit ae6e9c5Copy full SHA for ae6e9c5
Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift
@@ -171,7 +171,7 @@ extension ButtonVM {
171
case .sfSymbol(let name):
172
return UIImage(systemName: name)?.withTintColor(
173
self.foregroundColor.uiColor,
174
- renderingMode: .alwaysTemplate
+ renderingMode: .alwaysOriginal
175
)
176
case .local(let name, let bundle):
177
return UIImage(named: name, in: bundle, compatibleWith: nil)
0 commit comments