Compare commits
1 Commits
fonts
...
components
| Author | SHA1 | Date | |
|---|---|---|---|
| 4869850c43 |
@@ -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),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
}),
|
}),
|
||||||
|
|||||||
Reference in New Issue
Block a user