Merge pull request #414 from Oloodi/391-refactor-mobile-uis-and-widgets-to-adhere-to-design-system-tokens

fix: compilation issues in the staff app
This commit is contained in:
Achintha Isuru
2026-02-12 16:29:41 -05:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ class CertificatesHeader extends StatelessWidget {
return Container(
padding: const EdgeInsets.fromLTRB(
UiConstants.space5,
UiConstants.space15,
UiConstants.space10,
UiConstants.space5,
UiConstants.space20,
),

View File

@@ -774,7 +774,7 @@ class _FormW4PageState extends State<FormW4Page> {
),
Text(
'\$${_totalCredits(state)}',
style: UiTypography.body2b.success.copyWith(
style: UiTypography.body2b.textSuccess.copyWith(
fontSize: 18,
),
),

View File

@@ -1,3 +1,4 @@
import 'package:design_system/design_system.dart';
import 'package:flutter/material.dart';
import '../../styles/shifts_styles.dart';