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:
@@ -22,7 +22,7 @@ class CertificatesHeader extends StatelessWidget {
|
||||
return Container(
|
||||
padding: const EdgeInsets.fromLTRB(
|
||||
UiConstants.space5,
|
||||
UiConstants.space15,
|
||||
UiConstants.space10,
|
||||
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,
|
||||
),
|
||||
),
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
import 'package:design_system/design_system.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import '../../styles/shifts_styles.dart';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user