Skip to content

Commit

Permalink
[HOTFIX] fix background color issue in ReadUserCurationView
Browse files Browse the repository at this point in the history
  • Loading branch information
JMM00 committed Jan 20, 2023
1 parent 5bb0eb4 commit 6c50641
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ struct ReadUserCurationView: View {
UserCurationCell(curation: data.userCuration, navigationParentView: data.navigationParentView)
}
}
.background(Color.white)
.background(Color.White)
.padding(.bottom, 12)

VStack(spacing: 0){
Expand Down

0 comments on commit 6c50641

Please sign in to comment.