diff --git a/apple/OmnivoreKit/Sources/Views/SnackBar.swift b/apple/OmnivoreKit/Sources/Views/SnackBar.swift index d2fee56ed..a12d9ef5d 100644 --- a/apple/OmnivoreKit/Sources/Views/SnackBar.swift +++ b/apple/OmnivoreKit/Sources/Views/SnackBar.swift @@ -27,7 +27,7 @@ public struct Snackbar: View { HStack { self.text .font(.appCallout) - .foregroundColor(self.colorScheme == .light ? .appGrayText : .appTextDefault) + .foregroundColor(self.colorScheme == .light ? .white : .appTextDefault) Spacer() } .padding()