diff --git a/lib/src/components/progress/progress_circle.dart b/lib/src/components/progress/progress_circle.dart index 9934a477..0156ffcc 100644 --- a/lib/src/components/progress/progress_circle.dart +++ b/lib/src/components/progress/progress_circle.dart @@ -66,7 +66,7 @@ class ZetaProgressCircleState extends ZetaProgressState { painter: CirclePainter( progress: animation.value, rounded: widget.rounded, - colors: Zeta.of(context).colors + colors: Zeta.of(context).colors, ), ); },