Skip to content

Commit

Permalink
Paywalls: fixed FooterView color in template 1 (#2951)
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Sep 8, 2023
1 parent 3bccdc8 commit 111ad06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RevenueCatUI/Templates/OnePackageStandardTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct OnePackageStandardTemplate: TemplateViewType {

if case .fullScreen = self.configuration.mode {
FooterView(configuration: self.configuration.configuration,
color: self.configuration.colors.text1Color,
color: self.configuration.colors.callToActionBackgroundColor,
purchaseHandler: self.purchaseHandler)
}
}
Expand Down

0 comments on commit 111ad06

Please sign in to comment.