fix: Update default stroke width in CircularProgressPainter for consistency

This commit is contained in:
Achintha Isuru
2026-03-03 21:26:08 -05:00
parent ca60e03c1e
commit 65ac22953e

View File

@@ -12,7 +12,7 @@ class CircularProgressPainter extends CustomPainter {
CircularProgressPainter({
required this.progress,
this.strokeWidth = UiConstants.space2,
this.strokeWidth = UiConstants.space1,
this.color = UiColors.primary,
this.backgroundColor = UiColors.primaryInverse,
});