From eaed29d2ff25f179f495ecd72872072eed404061 Mon Sep 17 00:00:00 2001 From: typescreep Date: Thu, 14 Aug 2025 15:58:05 +0300 Subject: [PATCH] cat vertical middle --- src/components/organisms/Search/Search.tsx | 4 +--- src/components/organisms/Search/styled.ts | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/organisms/Search/Search.tsx b/src/components/organisms/Search/Search.tsx index b091b80..90cd74b 100644 --- a/src/components/organisms/Search/Search.tsx +++ b/src/components/organisms/Search/Search.tsx @@ -51,10 +51,8 @@ export const Search: FC = () => { fillOpacity="0.88" /> - - To Be Done - + ) } diff --git a/src/components/organisms/Search/styled.ts b/src/components/organisms/Search/styled.ts index a2c5f3d..dcf22c3 100644 --- a/src/components/organisms/Search/styled.ts +++ b/src/components/organisms/Search/styled.ts @@ -4,6 +4,8 @@ export const CatContainer = styled.div` display: flex; justify-content: center; align-items: center; + flex-flow: column; + margin: auto auto; ` export const Styled = {