Skip to content

Commit

Permalink
Remove background color in items section header in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelmcr committed Sep 23, 2024
1 parent c94f698 commit feab0c8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ struct WooShippingItems: View {
var body: some View {
CollapsibleView(isCollapsed: $isCollapsed,
shouldShowDividers: false,
backgroundColor: .clear,
label: {
AdaptiveStack {
Text(itemsCountLabel)
Expand Down

0 comments on commit feab0c8

Please sign in to comment.