You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: android/app/src/main/kotlin/net/mullvad/mullvadvpn/compose/component/notificationbanner/NotificationData.kt
+2-2
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ fun InAppNotification.toNotificationData(
58
58
.toAnnotatedString(
59
59
boldSpanStyle =
60
60
SpanStyle(
61
-
color =MaterialTheme.colorScheme.onBackground,
61
+
color =MaterialTheme.colorScheme.onSurface,
62
62
fontWeight =FontWeight.ExtraBold
63
63
),
64
64
),
@@ -109,7 +109,7 @@ private fun errorMessageBannerData(error: ErrorState) =
0 commit comments