Skip to content

Commit

Permalink
Merge pull request #1643 from EnsembleUI/checkBox0x45
Browse files Browse the repository at this point in the history
small fix of bracket in Time widget
  • Loading branch information
TheNoumanDev committed Sep 23, 2024
2 parents 3f8d76c + 2db1524 commit 6d57b24
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 6d57b24

Please sign in to comment.