From 30ee7202e26637896d8eccde9e93c96c4d33a853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=A5=E7=90=86=E5=A4=A7=E5=8F=94?= Date: Wed, 10 Jun 2020 12:35:10 +0800 Subject: [PATCH] Code of other files depends on `headline1` (#466) Code of other files depends on `headline1`, but there's only `headline2` defined in the **theme.dart** file. This was a regression introduced with #432. --- provider_shopper/lib/common/theme.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provider_shopper/lib/common/theme.dart b/provider_shopper/lib/common/theme.dart index f45199a3a..d76612720 100644 --- a/provider_shopper/lib/common/theme.dart +++ b/provider_shopper/lib/common/theme.dart @@ -7,7 +7,7 @@ import 'package:flutter/material.dart'; final appTheme = ThemeData( primarySwatch: Colors.yellow, textTheme: TextTheme( - headline2: TextStyle( + headline1: TextStyle( fontFamily: 'Corben', fontWeight: FontWeight.w700, fontSize: 24,