Fix staff app compile regressions
This commit is contained in:
@@ -22,7 +22,7 @@ class CertificatesHeader extends StatelessWidget {
|
||||
return Container(
|
||||
padding: const EdgeInsets.fromLTRB(
|
||||
UiConstants.space5,
|
||||
UiConstants.space15,
|
||||
UiConstants.space14,
|
||||
UiConstants.space5,
|
||||
UiConstants.space20,
|
||||
),
|
||||
|
||||
@@ -774,7 +774,7 @@ class _FormW4PageState extends State<FormW4Page> {
|
||||
),
|
||||
Text(
|
||||
'\$${_totalCredits(state)}',
|
||||
style: UiTypography.body2b.success.copyWith(
|
||||
style: UiTypography.body2b.textSuccess.copyWith(
|
||||
fontSize: 18,
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user