From 763828e216e918f62203de91e0f331458d1741d7 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Fri, 3 Feb 2023 08:06:38 +0100 Subject: [PATCH] chore: Follow up dividercolor --- lib/config/themes.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/config/themes.dart b/lib/config/themes.dart index a501cf367..a217595af 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),