From b3111aa146431eecee48f0a932d633fdfe7d1818 Mon Sep 17 00:00:00 2001 From: Manjot Singh Sidhu Date: Sat, 2 Oct 2021 20:20:08 +0530 Subject: [PATCH] Update lib/ib_theme.dart --- lib/ib_theme.dart | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ib_theme.dart b/lib/ib_theme.dart index 293d87df..93686d86 100644 --- a/lib/ib_theme.dart +++ b/lib/ib_theme.dart @@ -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,