From 08700d4837c7fa3c9eb33c35538dd968812cdf81 Mon Sep 17 00:00:00 2001 From: Richard Shiue <71320345+richardshiue@users.noreply.github.com> Date: Thu, 12 Jun 2025 11:28:32 +0800 Subject: [PATCH] chore: adjust padding for include time (#8052) --- .../field/type_option_editor/date/date_time_format.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/date/date_time_format.dart b/frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/date/date_time_format.dart index 8c417f40c9..cf4416aa3c 100644 --- a/frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/date/date_time_format.dart +++ b/frontend/appflowy_flutter/lib/plugins/database/widgets/field/type_option_editor/date/date_time_format.dart @@ -261,8 +261,9 @@ class IncludeTimeButton extends StatelessWidget { FlowySvgs.clock_alarm_s, color: Theme.of(context).iconTheme.color, ), - const HSpace(6), + const HSpace(4), ], + const HSpace(2), FlowyText(LocaleKeys.grid_field_includeTime.tr()), const Spacer(), Toggle(