From e8c6277480d9ea8a0f957c5f3a0047f2823168c9 Mon Sep 17 00:00:00 2001 From: saithsab877 Date: Mon, 9 Dec 2024 20:11:09 +0500 Subject: [PATCH] fix(mindset): centre button and timeline --- src/components/mindset/components/PlayerContols/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/mindset/components/PlayerContols/index.tsx b/src/components/mindset/components/PlayerContols/index.tsx index 8a15165e1..83c9d8cf5 100644 --- a/src/components/mindset/components/PlayerContols/index.tsx +++ b/src/components/mindset/components/PlayerContols/index.tsx @@ -66,4 +66,5 @@ const Wrapper = styled(Flex).attrs({ margin-top: 16px; border-radius: 8px; box-sizing: border-box; + margin-right: 4px; `