Skip to content

Commit 08700d4

Browse files
authored
chore: adjust padding for include time (#8052)
1 parent 734bb25 commit 08700d4

File tree

1 file changed

+2
-1
lines changed
  • frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/date

1 file changed

+2
-1
lines changed

frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/date/date_time_format.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,9 @@ class IncludeTimeButton extends StatelessWidget {
261261
FlowySvgs.clock_alarm_s,
262262
color: Theme.of(context).iconTheme.color,
263263
),
264-
const HSpace(6),
264+
const HSpace(4),
265265
],
266+
const HSpace(2),
266267
FlowyText(LocaleKeys.grid_field_includeTime.tr()),
267268
const Spacer(),
268269
Toggle(

0 commit comments

Comments
 (0)