diff --git a/firka/lib/ui/phone/widgets/login_webview.dart b/firka/lib/ui/phone/widgets/login_webview.dart index c964b06..fbd2789 100644 --- a/firka/lib/ui/phone/widgets/login_webview.dart +++ b/firka/lib/ui/phone/widgets/login_webview.dart @@ -207,8 +207,8 @@ class _LoginWebviewWidgetState extends FirkaState children: [ Text( widget.data.l10n.runningInDomainBrowser, - style: appStyle.fonts.H_12px.copyWith( - color: appStyle.colors.textSecondary, + style: appStyle.fonts.B_16R.copyWith( + color: appStyle.colors.textPrimary, ), ), const SizedBox(height: 8),