Skip to content

Commit

Permalink
small fix of bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoumanDev committed Sep 23, 2024
1 parent ef18b53 commit d0b8cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ensemble/lib/widget/input/form_time.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class TimeController extends FormFieldController with HasTextPlaceholder {
return Text(
MaterialLocalizations.of(context)
.formatTimeOfDay(value!, alwaysUse24HourFormat: use24hFormat),
style: formFieldTextStyle),
style: formFieldTextStyle,
);
} else {
return Text(
Expand Down

0 comments on commit d0b8cb7

Please sign in to comment.