Skip to content

Commit

Permalink
Update app style
Browse files Browse the repository at this point in the history
  • Loading branch information
ImperialOctopus committed Oct 25, 2020
1 parent 97ca4a3 commit d38369d
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions lib/theme/style.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,7 @@ ThemeData themeData = ThemeData(
// Define the default brightness and colors.
brightness: Brightness.light,
primaryColor: Colors.grey[800],
accentColor: Colors.purpleAccent[100],

// Define the default font family.
fontFamily: 'Montserrat',

// Define the default TextTheme. Use this to specify the default
// text styling for headlines, titles, bodies of text, and more.
textTheme: const TextTheme(
headline5: TextStyle(fontSize: 72.0, fontWeight: FontWeight.bold),
headline6: TextStyle(fontSize: 36.0, fontStyle: FontStyle.italic),
bodyText2: TextStyle(fontSize: 16.0),
),
accentColor: Colors.blue[100],

dividerTheme: const DividerThemeData(
thickness: 1,
Expand Down

0 comments on commit d38369d

Please sign in to comment.