diff --git a/lib/config/themes.dart b/lib/config/themes.dart index a501cf36..a217595a 100644 --- a/lib/config/themes.dart +++ b/lib/config/themes.dart @@ -55,6 +55,9 @@ abstract class FluffyThemes { snackBarTheme: const SnackBarThemeData( behavior: SnackBarBehavior.floating, ), + dividerColor: brightness == Brightness.light + ? Colors.blueGrey.shade50 + : Colors.blueGrey.shade900, popupMenuTheme: PopupMenuThemeData( shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(AppConfig.borderRadius),