diff --git a/lib/themes/app_themes.dart b/lib/themes/app_themes.dart index b27eef4..5277bd3 100644 --- a/lib/themes/app_themes.dart +++ b/lib/themes/app_themes.dart @@ -222,6 +222,13 @@ class AppThemes { behavior: SnackBarBehavior.floating, shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(24)), ), + dialogTheme: DialogThemeData( + backgroundColor: ColorScheme.fromSeed( + seedColor: kAppColor, + brightness: Brightness.light, + ).surfaceContainer, + shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(24)), + ), ); }