chore: Follow up popupmenu theme
This commit is contained in:
parent
46dc017e15
commit
48ec98c614
1 changed files with 3 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ abstract class FluffyThemes {
|
|||
? colorScheme.surfaceContainerHighest
|
||||
: colorScheme.surfaceContainer,
|
||||
popupMenuTheme: PopupMenuThemeData(
|
||||
color: colorScheme.surfaceContainerLow,
|
||||
iconColor: colorScheme.onSurface,
|
||||
textStyle: TextStyle(color: colorScheme.onSurface),
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue