Make logo 'i' extra bold (w900, sans-serif-black)

This commit is contained in:
Johan Jongsma 2026-02-01 08:57:54 +00:00
parent 35a3ad5676
commit 2d4decaea6
1 changed files with 3 additions and 2 deletions

View File

@ -359,8 +359,9 @@ class _LoginScreenState extends State<LoginScreen> {
'i',
style: TextStyle(
color: Colors.white,
fontSize: 52,
fontWeight: FontWeight.w800,
fontSize: 56,
fontWeight: FontWeight.w900,
fontFamily: 'sans-serif-black',
),
),
),