Make the "Ente Auth" text similar to marketing images

This commit is contained in:
dnred
2024-12-22 21:55:43 +01:00
committed by GitHub
parent 60ad6ef713
commit 8ae8ed20fe

View File

@@ -354,7 +354,7 @@ class _HomePageState extends State<HomePage> {
resizeToAvoidBottomInset: false,
appBar: AppBar(
title: !_showSearchBox
? const Text('Ente Auth')
? const Text('Ente Auth', style: brandStyleMedium)
: TextField(
autocorrect: false,
enableSuggestions: false,