chore: Follow up formatting
This commit is contained in:
parent
11d6164bc7
commit
244962fdfc
1 changed files with 2 additions and 1 deletions
|
|
@ -80,7 +80,8 @@ 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).colorScheme.surfaceContainerHighest,
|
color:
|
||||||
|
Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||||
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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue