chore: Follow up dividercolor

This commit is contained in:
Christian Pauly 2023-02-03 08:06:38 +01:00
parent 541775d675
commit 763828e216

View file

@ -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),