Skip to content

Commit 0a0a209

Browse files
committed
💄 design(#155): 로딩 컴포넌트 상단 흰 여백 제거
1 parent 476c3ff commit 0a0a209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/planet/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ const Layout = styled.div`
558558
gap: 10px;
559559
padding: 20px 0px 0px 0px;
560560
position: relative;
561+
background-color: ${theme.colors.bg};
561562
562563
::-webkit-scrollbar {
563564
display: none;
@@ -668,7 +669,6 @@ const BottomWrapper = styled.div`
668669
const LoaderContainer = styled.div`
669670
width: 100%;
670671
height: 100%;
671-
min-height: 600px;
672672
display: flex;
673673
align-items: center;
674674
justify-content: center;

0 commit comments

Comments
 (0)