Skip to content

Commit

Permalink
Merge pull request #299 from perrystreetsoftware/action-sheet-background
Browse files Browse the repository at this point in the history
Set labelsContainer background when visual style is present
  • Loading branch information
sberrevoets authored Apr 20, 2020
2 parents 1482871 + 203545f commit ae76ebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Views/ActionSheetView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ final class ActionSheetView: UIView, AlertControllerViewRepresentable {
self.setUpContentView()

if let backgroundColor = self.visualStyle.backgroundColor {
self.labelsContainer.backgroundColor = backgroundColor
self.primaryView.backgroundColor = backgroundColor
self.cancelActionView.backgroundColor = backgroundColor
}
Expand Down

0 comments on commit ae76ebe

Please sign in to comment.