mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 01:54:54 +00:00
push fixes
This commit is contained in:
@ -39,11 +39,11 @@ class PeriodOptions extends StatelessWidget {
|
||||
state.customStartTime != null && state.customEndTime != null
|
||||
? BodySmall(
|
||||
text:
|
||||
'${"${state.customStartTime} AM"} - ${"${state.customEndTime} PM"}',
|
||||
'${"${state.customStartTime}"} - ${"${state.customEndTime}"}',
|
||||
style: context.bodySmall.copyWith(fontSize: 10),
|
||||
)
|
||||
: BodySmall(
|
||||
text: '00:00 AM - 11:59 PM',
|
||||
text: '00:00 - 23:59',
|
||||
style: context.bodySmall.copyWith(fontSize: 10),
|
||||
),
|
||||
trailing: Radio<EnumEffectivePeriodOptions>(
|
||||
|
||||
Reference in New Issue
Block a user