feat: Implement rapid order creation via voice and text in mobile app
- Added benefits section with state management - Refactored home page to include new sections for quick actions, today's shifts, and tomorrow's shifts - Introduced full-width divider for better layout - Created reusable section layout widget for consistent UI - Implemented circular progress indicator for benefits - Removed deprecated benefits widget and replaced with new structure - Updated data connection configuration for validation environment
This commit is contained in:
@@ -402,7 +402,7 @@ class UiTypography {
|
||||
/// Body 4 Medium - Font: Instrument Sans, Size: 14, Height: 1.5, Spacing: 0.05 (#121826)
|
||||
static final TextStyle body4m = _primaryBase.copyWith(
|
||||
fontWeight: FontWeight.w500,
|
||||
fontSize: 12,
|
||||
fontSize: 10,
|
||||
height: 1.5,
|
||||
letterSpacing: 0.05,
|
||||
color: UiColors.textPrimary,
|
||||
|
||||
Reference in New Issue
Block a user