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,