Skip to content

Commit

Permalink
Document decreased padding tip when tinting list background
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Oct 2, 2024
1 parent 20fc25f commit 58d3b4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/FreemiumKit/FreemiumKit.docc/SetupGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ But if you want to support multiple levels of access to your app, like a combina
Section {
PaidStatusView(style: .decorative(icon: .laurel))
.listRowBackground(Color.accentColor)
.padding(.vertical, -10)
}

// ...
Expand Down

0 comments on commit 58d3b4c

Please sign in to comment.