Skip to content

Commit

Permalink
Revert updated color for status closed
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Veltri committed Jul 8, 2021
1 parent b9f1579 commit e089697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Components/Row/MLBusinessRowView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public class MLBusinessRowView: UIView {
}()

private let blockedColor = MLStyleSheetManager.styleSheet.blackColor.withAlphaComponent(0.4)
private let closedBlackColor = "#737373".hexaToUIColor()
private let closedBlackColor = MLStyleSheetManager.styleSheet.blackColor.withAlphaComponent(0.4)
private let closedGreyColor = MLStyleSheetManager.styleSheet.greyColor.withAlphaComponent(0.4)
private let blackColor = MLStyleSheetManager.styleSheet.blackColor
private let greyColor = MLStyleSheetManager.styleSheet.greyColor
Expand Down

0 comments on commit e089697

Please sign in to comment.