From cbb3dc8c08fe8b6ed3af97a519da686bee5b8159 Mon Sep 17 00:00:00 2001 From: Thibault Deckers Date: Sun, 30 Jan 2022 11:44:28 +0900 Subject: [PATCH] minor fix --- lib/widgets/common/action_mixins/feedback.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/common/action_mixins/feedback.dart b/lib/widgets/common/action_mixins/feedback.dart index 2cd3c5766..2429565fd 100644 --- a/lib/widgets/common/action_mixins/feedback.dart +++ b/lib/widgets/common/action_mixins/feedback.dart @@ -279,7 +279,7 @@ class _FeedbackMessageState extends State<_FeedbackMessage> { CircularPercentIndicator( percent: _percent, lineWidth: 2, - radius: 32, + radius: 16, // progress color is provided by the caller, // because we cannot use the app context theme here backgroundColor: widget.progressColor,