Skip to content

Commit

Permalink
feat(Helper): change overscroll glow color to primary
Browse files Browse the repository at this point in the history
Signed-off-by: arafaysaleem <a.rafaysaleem@gmail.com>
  • Loading branch information
arafaysaleem committed Jun 15, 2021
1 parent 373f5a6 commit 2b68a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helper/utils/custom_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class CustomTheme {
/// * textButtonTheme: [TextButtonTheme] without the default padding,
static late final mainTheme = ThemeData(
primaryColor: Constants.primaryColor,
accentColor: Constants.primaryColor,
scaffoldBackgroundColor: Constants.scaffoldColor,
fontFamily: Constants.poppinsFont.fontFamily,
textTheme: TextTheme(
Expand Down

0 comments on commit 2b68a3d

Please sign in to comment.