refactor: Nicer popupmenus
This commit is contained in:
parent
033feed6b1
commit
37d313c271
3 changed files with 41 additions and 31 deletions
|
|
@ -56,7 +56,7 @@ abstract class FluffyThemes {
|
|||
: colorScheme.surfaceContainer,
|
||||
popupMenuTheme: PopupMenuThemeData(
|
||||
shape: RoundedRectangleBorder(
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius),
|
||||
borderRadius: BorderRadius.circular(AppConfig.borderRadius / 2),
|
||||
),
|
||||
),
|
||||
segmentedButtonTheme: SegmentedButtonThemeData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue