chore: Adjust design
This commit is contained in:
parent
b57cfeb743
commit
73872a3a04
6 changed files with 15 additions and 14 deletions
|
|
@ -233,9 +233,7 @@ class ChatView extends StatelessWidget {
|
|||
),
|
||||
)
|
||||
: null,
|
||||
backgroundColor: Theme.of(context).brightness == Brightness.light
|
||||
? FluffyThemes.lighten(Theme.of(context).primaryColor, 0.51)
|
||||
: FluffyThemes.darken(Theme.of(context).primaryColor, 0.35),
|
||||
backgroundColor: Theme.of(context).colorScheme.surface,
|
||||
body: Stack(
|
||||
children: <Widget>[
|
||||
if (Matrix.of(context).wallpaper != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue