diff --git a/auth/lib/ui/home_page.dart b/auth/lib/ui/home_page.dart index 1a2d0a83a7..43de5eea20 100644 --- a/auth/lib/ui/home_page.dart +++ b/auth/lib/ui/home_page.dart @@ -354,7 +354,7 @@ class _HomePageState extends State { resizeToAvoidBottomInset: false, appBar: AppBar( title: !_showSearchBox - ? const Text('Ente Auth') + ? const Text('Ente Auth', style: brandStyleMedium) : TextField( autocorrect: false, enableSuggestions: false,