Skip to content

Commit

Permalink
πŸ› Fix the issue of the price label being invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
eung7 committed Mar 20, 2024
1 parent e706589 commit e473cbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ private struct DetailView: View {
.font(.h2)
.frame(maxHeight: 38.0)
}
.frame(maxWidth: .infinity, alignment: .trailing)
}
.foregroundStyle(Color.gray900)
}
Expand Down

0 comments on commit e473cbd

Please sign in to comment.