fix(ui, core): use CircularProgressIndicator.adaptive instead of material indicator.
Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
+4
-2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user