Skip to content

Commit

Permalink
Update SwipeToSendView.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenperera committed Jan 29, 2025
1 parent 9145284 commit 419727e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ struct SwipeToSendView: View {
HStack {
Spacer()
Text("Swipe to Send")
.foregroundColor(colorScheme == .dark ? .white : .midnightBlue)
.foregroundColor(colorScheme == .dark ? .white : .midnightBtn)
.fontWeight(.medium)
.opacity(fontOpacity)

Expand Down

0 comments on commit 419727e

Please sign in to comment.