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: const EdgeInsets.only(top: topPadding),
|
||||
child: Material(
|
||||
color: Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
color:
|
||||
Theme.of(context).colorScheme.surfaceContainerHighest,
|
||||
borderRadius: const BorderRadius.only(
|
||||
topLeft: Radius.circular(2),
|
||||
topRight: Radius.circular(AppConfig.borderRadius),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue