Compare commits

...

1 Commits

Author SHA1 Message Date
4869850c43 update step indicator 2025-12-04 12:57:26 +01:00

View File

@@ -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),
),
);
}),