Make logo 'i' extra bold (w900, sans-serif-black)
This commit is contained in:
parent
35a3ad5676
commit
2d4decaea6
|
|
@ -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',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue