feat: Update client name text style in OrderDetailsHeader and ShiftDetailsHeader for consistency
This commit is contained in:
@@ -90,7 +90,7 @@ class OrderDetailsHeader extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
order.clientName,
|
order.clientName,
|
||||||
style: UiTypography.body1m.textSecondary,
|
style: UiTypography.body2r.textSecondary,
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ class ShiftDetailsHeader extends StatelessWidget {
|
|||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
children: <Widget>[
|
children: <Widget>[
|
||||||
Text(detail.roleName, style: UiTypography.headline1b.textPrimary),
|
Text(detail.roleName, style: UiTypography.headline1b.textPrimary),
|
||||||
Text(detail.clientName, style: UiTypography.body1m.textSecondary),
|
Text(detail.clientName, style: UiTypography.body2r.textSecondary),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user