Skip to content

Commit de4da82

Browse files
committed
remove bottom margin
1 parent ca1c4c5 commit de4da82

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

src/views/schedule-actions/schedule-actions-modal-content/schedule-actions-modal-content.styles.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,13 @@ export const styled = {
3030
};
3131

3232
export const overrides = {
33-
contextBanner: {
34-
Root: {
35-
style: {
36-
marginTop: 0,
37-
marginLeft: 0,
38-
marginRight: 0,
39-
},
40-
},
41-
} satisfies BannerOverrides,
4233
banner: {
4334
Root: {
4435
style: {
4536
marginTop: 0,
4637
marginLeft: 0,
4738
marginRight: 0,
39+
marginBottom: 0,
4840
},
4941
},
5042
} satisfies BannerOverrides,

src/views/schedule-actions/schedule-actions-modal-content/schedule-actions-modal-content.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export default function ScheduleActionsModalContent<
110110
<Banner
111111
hierarchy={HIERARCHY.low}
112112
kind={action.modal.banner.kind}
113-
overrides={overrides.contextBanner}
113+
overrides={overrides.banner}
114114
artwork={{
115115
icon: action.modal.banner.icon,
116116
}}

0 commit comments

Comments
 (0)