Skip to content

Commit

Permalink
Update digit_dialog.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
rachana-egov authored Oct 27, 2023
1 parent 3e0f6be commit f0fac8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/digit_components/lib/widgets/digit_dialog.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class DigitDialog extends StatelessWidget {
actions: <Widget>[
if (options.enableRecordPast == true)
Padding(
padding: const EdgeInsets.all(0),
padding: const EdgeInsets.all(8.0),
child: Row(
children: <Widget>[
if (options.secondaryAction != null)
Expand Down

0 comments on commit f0fac8f

Please sign in to comment.