fix(ui, core): use CircularProgressIndicator.adaptive instead of material indicator.

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-05-16 16:16:34 +05:30
committed by xsahil03x
parent 94221ecb50
commit d6bee4b5d8
12 changed files with 17 additions and 15 deletions
@@ -345,9 +345,11 @@ class AttachmentActionsModal extends StatelessWidget {
child: Stack(
fit: StackFit.expand,
children: [
CircularProgressIndicator(
CircularProgressIndicator.adaptive(
strokeWidth: 8,
color: theme.colorTheme.accentPrimary,
valueColor: AlwaysStoppedAnimation<Color>(
theme.colorTheme.accentPrimary,
),
),
Center(
child: Text(