chore: Design adjustments
This commit is contained in:
parent
10dc4dc60e
commit
85bebb796c
3 changed files with 14 additions and 10 deletions
|
|
@ -121,10 +121,12 @@ abstract class FluffyThemes {
|
|||
),
|
||||
),
|
||||
),
|
||||
snackBarTheme: SnackBarThemeData(
|
||||
behavior: SnackBarBehavior.floating,
|
||||
width: isColumnMode ? null : FluffyThemes.columnWidth * 1.5,
|
||||
),
|
||||
snackBarTheme: isColumnMode
|
||||
? const SnackBarThemeData(
|
||||
behavior: SnackBarBehavior.floating,
|
||||
width: FluffyThemes.columnWidth * 1.5,
|
||||
)
|
||||
: const SnackBarThemeData(behavior: SnackBarBehavior.floating),
|
||||
elevatedButtonTheme: ElevatedButtonThemeData(
|
||||
style: ElevatedButton.styleFrom(
|
||||
backgroundColor: colorScheme.secondaryContainer,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue