Skip to content

Commit

Permalink
Make add small medium configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
serjooo committed Oct 13, 2019
1 parent 9ddc41e commit 9000753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Papr/Commons/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ enum Constants {

static var addSmall: UIImage {
if #available(iOS 13.0, *) {
return UIImage(systemName: "plus", withConfiguration: symbolConfigurationSmall)!.withTintColor(.white)
return UIImage(systemName: "plus", withConfiguration: symbolConfigurationMedium)!.withTintColor(.white)
}
return UIImage(imageLiteralResourceName: "plus")
}
Expand Down

0 comments on commit 9000753

Please sign in to comment.