FIX: +3 hours in provisional schedule
This commit is contained in:
parent
4497df1b04
commit
be8f6b7ae3
File diff suppressed because it is too large
Load Diff
|
@ -50,10 +50,7 @@ class _DeliveryScheduleState extends State<DeliverySchedule> {
|
||||||
},
|
},
|
||||||
),
|
),
|
||||||
title: Text(
|
title: Text(
|
||||||
FFLocalizations.of(context).getVariableText(
|
FFLocalizations.of(context).getVariableText(enText: 'Delivery Schedule', ptText: 'Agendar Entregas'),
|
||||||
enText: 'Delivery Schedule',
|
|
||||||
ptText: 'Agendar Entregas',
|
|
||||||
),
|
|
||||||
style: FlutterFlowTheme.of(context).headlineMedium.override(
|
style: FlutterFlowTheme.of(context).headlineMedium.override(
|
||||||
fontFamily: 'Nunito',
|
fontFamily: 'Nunito',
|
||||||
color: FlutterFlowTheme.of(context).primaryText,
|
color: FlutterFlowTheme.of(context).primaryText,
|
||||||
|
@ -67,7 +64,6 @@ class _DeliveryScheduleState extends State<DeliverySchedule> {
|
||||||
centerTitle: true,
|
centerTitle: true,
|
||||||
elevation: 0.0,
|
elevation: 0.0,
|
||||||
),
|
),
|
||||||
body: const SafeArea(
|
body: const SafeArea(top: true, child: ScheduleProvisionalVisitPageWidget()));
|
||||||
top: true, child: ScheduleProvisionalVisitPageWidget()));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue