cat vertical middle

This commit is contained in:
typescreep
2025-08-14 15:58:05 +03:00
parent b8719877fd
commit eaed29d2ff
2 changed files with 3 additions and 3 deletions

View File

@@ -51,10 +51,8 @@ export const Search: FC = () => {
fillOpacity="0.88"
/>
</svg>
</Styled.CatContainer>
<Flex justify="center">
<Typography.Title>To Be Done</Typography.Title>
</Flex>
</Styled.CatContainer>
</>
)
}

View File

@@ -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 = {