chore: Follow up formatting

This commit is contained in:
krille-chan 2024-05-26 08:42:33 +02:00
parent 11d6164bc7
commit 244962fdfc
No known key found for this signature in database

View file

@ -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),