From 2d4decaea6d40eba38c88d9644dc9fad7545c882 Mon Sep 17 00:00:00 2001 From: Johan Jongsma Date: Sun, 1 Feb 2026 08:57:54 +0000 Subject: [PATCH] Make logo 'i' extra bold (w900, sans-serif-black) --- lib/features/auth/login_screen.dart | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/features/auth/login_screen.dart b/lib/features/auth/login_screen.dart index e018fae..4809a1f 100644 --- a/lib/features/auth/login_screen.dart +++ b/lib/features/auth/login_screen.dart @@ -359,8 +359,9 @@ class _LoginScreenState extends State { 'i', style: TextStyle( color: Colors.white, - fontSize: 52, - fontWeight: FontWeight.w800, + fontSize: 56, + fontWeight: FontWeight.w900, + fontFamily: 'sans-serif-black', ), ), ),