diff --git a/lib/theme.dart b/lib/theme.dart index 07e3b3b..6897fe4 100644 --- a/lib/theme.dart +++ b/lib/theme.dart @@ -85,6 +85,11 @@ ThemeData _themeFactory({bool dark = false, bool amoled = false}) { ), ), ), + dialogTheme: DialogTheme( + shape: RoundedRectangleBorder( + borderRadius: BorderRadius.circular(10), + ), + ), ); }