mirror of
https://github.com/go-vikunja/app
synced 2024-11-11 23:38:10 +00:00
fix: don't try to set headline
This commit is contained in:
parent
76fedd0c49
commit
21256ca9ec
@ -27,12 +27,12 @@ ThemeData _buildVikunjaTheme(ThemeData base) {
|
||||
),
|
||||
),
|
||||
textTheme: base.textTheme.copyWith(
|
||||
headline: base.textTheme.headline.copyWith(
|
||||
fontFamily: 'Quicksand',
|
||||
),
|
||||
title: base.textTheme.title.copyWith(
|
||||
fontFamily: 'Quicksand',
|
||||
),
|
||||
// headline: base.textTheme.headline.copyWith(
|
||||
// fontFamily: 'Quicksand',
|
||||
// ),
|
||||
// title: base.textTheme.title.copyWith(
|
||||
// fontFamily: 'Quicksand',
|
||||
// ),
|
||||
button: base.textTheme.button.copyWith(
|
||||
color:
|
||||
vWhite, // This does not work, looks like a bug in Flutter: https://github.com/flutter/flutter/issues/19623
|
||||
|
Loading…
Reference in New Issue
Block a user