chore: Design adjustments

This commit is contained in:
krille-chan 2024-11-03 11:11:13 +01:00
commit 133e7ab955
No known key found for this signature in database
4 changed files with 14 additions and 11 deletions

View file

@ -77,9 +77,7 @@ abstract class FluffyThemes {
? Typography.material2018().black.merge(fallbackTextTheme)
: Typography.material2018().white.merge(fallbackTextTheme)
: null,
dividerColor: brightness == Brightness.light
? Colors.blueGrey.shade50
: Colors.blueGrey.shade900,
dividerColor: colorScheme.surfaceContainer,
popupMenuTheme: PopupMenuThemeData(
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(AppConfig.borderRadius),