chore: Polish login design
This commit is contained in:
parent
c447c2087f
commit
3a8bb47e2c
5 changed files with 42 additions and 48 deletions
|
|
@ -97,7 +97,7 @@ abstract class FluffyThemes {
|
|||
appBarTheme: AppBarTheme(
|
||||
toolbarHeight: FluffyThemes.isColumnMode(context) ? 72 : 56,
|
||||
shadowColor: FluffyThemes.isColumnMode(context)
|
||||
? Colors.grey.withAlpha(64)
|
||||
? colorScheme.surfaceContainer.withAlpha(64)
|
||||
: null,
|
||||
surfaceTintColor:
|
||||
FluffyThemes.isColumnMode(context) ? colorScheme.surface : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue