Merge pull request 'update step indicator' (#5) from components into develop

Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
2025-12-04 13:11:46 +00:00

View File

@@ -24,7 +24,7 @@ class StepIndicator extends StatelessWidget{
decoration: BoxDecoration( decoration: BoxDecoration(
shape: BoxShape.circle, shape: BoxShape.circle,
color: isActive ? color : Colors.white, color: isActive ? color : Colors.white,
border: Border.all(color: color, width: 2), border: Border.all(color: color),
), ),
); );
}), }),