Skip to content

Commit a0d1fef

Browse files
committed
refactor: update margin value in CampaignsList component
1 parent 0c68390 commit a0d1fef

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)