Skip to content

Commit ae6e9c5

Browse files
committed
tint color fix
1 parent 9243dcd commit ae6e9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComponentsKit/Components/Button/Models/ButtonVM.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ extension ButtonVM {
171171
case .sfSymbol(let name):
172172
return UIImage(systemName: name)?.withTintColor(
173173
self.foregroundColor.uiColor,
174-
renderingMode: .alwaysTemplate
174+
renderingMode: .alwaysOriginal
175175
)
176176
case .local(let name, let bundle):
177177
return UIImage(named: name, in: bundle, compatibleWith: nil)

0 commit comments

Comments
 (0)