chore: Adjust design
This commit is contained in:
parent
5f439a6b58
commit
00165d925e
5 changed files with 64 additions and 55 deletions
|
|
@ -73,7 +73,9 @@ abstract class FluffyThemes {
|
|||
brightness: brightness,
|
||||
colorScheme: colorScheme,
|
||||
textTheme: fallbackTextTheme,
|
||||
dividerColor: colorScheme.surfaceContainer,
|
||||
dividerColor: brightness == Brightness.dark
|
||||
? colorScheme.surfaceContainerHighest
|
||||
: colorScheme.surfaceContainer,
|
||||
popupMenuTheme: PopupMenuThemeData(
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue