From 4869850c4346d55bebb00ed43b132b3c41ea71fd Mon Sep 17 00:00:00 2001 From: aitorarana Date: Thu, 4 Dec 2025 12:57:26 +0100 Subject: [PATCH] update step indicator --- packages/design_system/lib/src/steps/step_indicator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ), ); }),