Skip to content

Commit

Permalink
fix: comment added pop-up message text is not visible in dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Jul 2, 2024
1 parent 9768d89 commit cd83ea4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public struct ThreadView: View {
Text(viewModel.alertMessage ?? "")
.shadowCardStyle(
bgColor: Theme.Colors.accentColor,
textColor: Theme.Colors.white
textColor: Theme.Colors.primaryButtonTextColor
)
.padding(.top, 80)
Spacer()
Expand Down

0 comments on commit cd83ea4

Please sign in to comment.