Skip to content

Commit 19911ee

Browse files
committed
fix: adjust button spacing in Exported date filters page
1 parent 2f052d1 commit 19911ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Search/SearchDatePresetFilterBase.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ function SearchDatePresetFilterBase({dateKey, titleKey, presets}: SearchDatePres
197197
/>
198198
<FormAlertWithSubmitButton
199199
buttonText={translate('common.save')}
200-
containerStyles={[styles.m4, styles.mb5]}
200+
containerStyles={[styles.m4, styles.mt3, styles.mb5]}
201201
onSubmit={save}
202202
enabledWhenOffline
203203
/>

0 commit comments

Comments
 (0)