|
|
|
@ -39,7 +39,7 @@ class StatusLabel extends StatelessWidget {
|
|
|
|
: TranslationBase.of(context).locked,
|
|
|
|
: TranslationBase.of(context).locked,
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
fontWeight: FontWeight.bold,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
textAlign: TextAlign.center,
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() * 2.7,
|
|
|
|
fontSize: SizeConfig.getTextMultiplierBasedOnWidth() * 2.5,
|
|
|
|
color: stepId == selectedStepId
|
|
|
|
color: stepId == selectedStepId
|
|
|
|
? Color(0xFFCC9B14)
|
|
|
|
? Color(0xFFCC9B14)
|
|
|
|
: stepId < selectedStepId
|
|
|
|
: stepId < selectedStepId
|
|
|
|
|