Skip to content

Commit

Permalink
fix: Profile color tappable area - WPB-14525 (#2210)
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Wyndham <[email protected]>
  • Loading branch information
github-actions[bot] and samwyndham authored Nov 27, 2024
1 parent 55383a1 commit 2e081dc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ struct AccentColorPicker: View {
List(AccentColor.allCases, id: \.self) { color in
cell(for: color)
.listRowBackground(Color(SemanticColors.View.backgroundUserCell))
.contentShape(Rectangle())
.onTapGesture {
selectedColor = color
onColorSelect?(color)
Expand Down

0 comments on commit 2e081dc

Please sign in to comment.