diff --git a/packages/design_system/lib/src/steps/step_indicator.dart b/packages/design_system/lib/src/steps/step_indicator.dart index 0f4b78ec..3dad7fd9 100644 --- a/packages/design_system/lib/src/steps/step_indicator.dart +++ b/packages/design_system/lib/src/steps/step_indicator.dart @@ -24,7 +24,7 @@ class StepIndicator extends StatelessWidget{ decoration: BoxDecoration( shape: BoxShape.circle, color: isActive ? color : Colors.white, - border: Border.all(color: color, width: 2), + border: Border.all(color: color), ), ); }),