chore: Follow up stickers
This commit is contained in:
parent
5a6016931b
commit
db8e4c2916
2 changed files with 1 additions and 6 deletions
|
|
@ -150,7 +150,7 @@ class _MxcImageState extends State<MxcImage> {
|
|||
Widget placeholder(BuildContext context) =>
|
||||
widget.placeholder?.call(context) ??
|
||||
const Center(
|
||||
child: CircularProgressIndicator.adaptive(),
|
||||
child: CircularProgressIndicator.adaptive(strokeWidth: 2),
|
||||
);
|
||||
|
||||
@override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue