Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 525eda7

Browse files
committed
Fix page navigation button position 🚀
1 parent 6658a4c commit 525eda7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/design-system/molecules/pagination-navigation.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import styled from "styled-components";
2-
import { Container } from "../atoms/container";
32
import React from "react";
43
import { InternalCallToAction } from "../atoms/internal-call-to-action";
54
import { track, tracking } from "../../../utils/tracking";
65

7-
const CenterHorizontallyContainer = styled(Container)`
6+
const CenterHorizontallyContainer = styled.div`
87
display: flex;
98
justify-content: center;
109
padding: ${(props) => props.theme.spacing[4]};

0 commit comments

Comments
 (0)