design: Minor color changes
This commit is contained in:
parent
5a9961638d
commit
42d5c1a497
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ abstract class FluffyThemes {
|
||||||
primary: FluffyThemes.lighten(AppConfig.chatColor, 0.33),
|
primary: FluffyThemes.lighten(AppConfig.chatColor, 0.33),
|
||||||
secondary: FluffyThemes.lighten(AppConfig.chatColor, 0.33),
|
secondary: FluffyThemes.lighten(AppConfig.chatColor, 0.33),
|
||||||
secondaryVariant: AppConfig.secondaryColor,
|
secondaryVariant: AppConfig.secondaryColor,
|
||||||
surface: FluffyThemes.darken(AppConfig.chatColor, 0.4),
|
surface: FluffyThemes.darken(AppConfig.chatColor, 0.35),
|
||||||
),
|
),
|
||||||
secondaryHeaderColor: Colors.blueGrey.shade900,
|
secondaryHeaderColor: Colors.blueGrey.shade900,
|
||||||
textTheme: Typography.material2018().white.merge(fallbackTextTheme),
|
textTheme: Typography.material2018().white.merge(fallbackTextTheme),
|
||||||
|
|
|
||||||
|
|
@ -331,7 +331,7 @@ class ChatView extends StatelessWidget {
|
||||||
.secondaryHeaderColor
|
.secondaryHeaderColor
|
||||||
.withAlpha(100),
|
.withAlpha(100),
|
||||||
clipBehavior: Clip.hardEdge,
|
clipBehavior: Clip.hardEdge,
|
||||||
color: Theme.of(context).backgroundColor,
|
color: Theme.of(context).appBarTheme.backgroundColor,
|
||||||
child: SafeArea(
|
child: SafeArea(
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue