From 244962fdfc3e461f086e7616ad9980513627d050 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Sun, 26 May 2024 08:42:33 +0200 Subject: [PATCH] chore: Follow up formatting --- lib/pages/chat/typing_indicators.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pages/chat/typing_indicators.dart b/lib/pages/chat/typing_indicators.dart index e1368681..0eb2c080 100644 --- a/lib/pages/chat/typing_indicators.dart +++ b/lib/pages/chat/typing_indicators.dart @@ -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),