Skip to content

Commit

Permalink
Update lib/ib_theme.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
manjotsidhu authored Oct 2, 2021
1 parent 0ed807c commit b3111aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/ib_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ class IbTheme {
color: Colors.white,
),
appBarTheme: AppBarTheme(
foregroundColor: Colors.white, backgroundColor: IbTheme.primaryColor),
foregroundColor: Colors.white,
backgroundColor: IbTheme.primaryColor,
),
primaryColor: IbTheme.primaryColor,
textTheme: Theme.of(context).textTheme.apply(
fontFamily: IbTheme.fontFamily,
Expand Down

0 comments on commit b3111aa

Please sign in to comment.