mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-12-28 05:34:41 +00:00
chore: adjust padding for include time (#8052)
This commit is contained in:
parent
734bb25c0a
commit
08700d4837
@ -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(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user