Skip to content

Commit

Permalink
badge icon fill rule chcnaged (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksanderWedrychowskiKarhoo authored Apr 26, 2023
1 parent c53809c commit 59ccfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KarhooUISDK/Screens/QuoteList/QuoteCell/QuoteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class QuoteView: UIView {
}
private lazy var badgeImageView = UIImageView().then {
$0.translatesAutoresizingMaskIntoConstraints = false
$0.contentMode = .scaleAspectFill
$0.contentMode = .scaleAspectFit
$0.isHidden = true
$0.layer.masksToBounds = true
}
Expand Down

0 comments on commit 59ccfcc

Please sign in to comment.