Skip to content

Commit

Permalink
shadow color
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza-Shewa committed Dec 7, 2024
1 parent 622c06f commit 3fd254f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/views/shared/themes/dark_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ final darkTheme = ThemeData(
colorScheme: ColorScheme.dark(
primaryContainer: Colors.black54,
secondaryContainer: Colors.grey[900],
shadow: Colors.indigoAccent[100]!.withOpacity(0.2),
),
textTheme: const TextTheme(
titleLarge: TextStyle(
Expand Down
1 change: 1 addition & 0 deletions lib/views/shared/themes/light_theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ final lightTheme = ThemeData(
colorScheme: ColorScheme.light(
primaryContainer: Colors.white,
secondaryContainer: Colors.grey[200],
shadow: Colors.indigoAccent[100]!.withOpacity(0.2),
),
textTheme: const TextTheme(
titleLarge: TextStyle(
Expand Down

0 comments on commit 3fd254f

Please sign in to comment.