chore: Adjust design of typing indicator
This commit is contained in:
parent
f6eafd576e
commit
508a7e78c7
1 changed files with 2 additions and 5 deletions
|
|
@ -70,10 +70,7 @@ class TypingIndicators extends StatelessWidget {
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top: topPadding),
|
padding: const EdgeInsets.only(top: topPadding),
|
||||||
child: Material(
|
child: Material(
|
||||||
color: Theme.of(context).appBarTheme.backgroundColor,
|
color: Theme.of(context).colorScheme.surfaceVariant,
|
||||||
elevation: 6,
|
|
||||||
shadowColor:
|
|
||||||
Theme.of(context).secondaryHeaderColor.withAlpha(100),
|
|
||||||
borderRadius: const BorderRadius.only(
|
borderRadius: const BorderRadius.only(
|
||||||
topLeft: Radius.circular(2),
|
topLeft: Radius.circular(2),
|
||||||
topRight: Radius.circular(AppConfig.borderRadius),
|
topRight: Radius.circular(AppConfig.borderRadius),
|
||||||
|
|
@ -87,7 +84,7 @@ class TypingIndicators extends StatelessWidget {
|
||||||
: Image.asset(
|
: Image.asset(
|
||||||
'assets/typing.gif',
|
'assets/typing.gif',
|
||||||
height: 30,
|
height: 30,
|
||||||
filterQuality: FilterQuality.medium,
|
filterQuality: FilterQuality.high,
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue