Skip to content

Commit c7e03e1

Browse files
authored
Merge pull request #1096 from AppQuality/fix-dashboard-section-margins
refactor: update margin value in CampaignsList component
2 parents 6965e59 + a0d1fef commit c7e03e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Dashboard/campaigns-list/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const CampaignsList = () => {
3838
<Row
3939
alignItems="center"
4040
style={{
41-
marginTop: `${theme.space.base * 8}px`,
41+
marginTop: theme.space.md,
4242
marginBottom: theme.space.xxs,
4343
}}
4444
>

0 commit comments

Comments
 (0)