Skip to content

Commit

Permalink
style :: add gap
Browse files Browse the repository at this point in the history
  • Loading branch information
dutexion committed Sep 11, 2024
1 parent 64b5ea4 commit fc50500
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions src/pages/Team/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ export const Team = () => {
return (
<Wrapper>
<LimitBox>
<Text size={30} weight={600} color={theme.color.gray8}>
</Text>
<Text size={24} weight={100} color={theme.color.gray8}>
프로젝트를 개발하고 관리할 팀을 정의해보세요.
</Text>
<VStack gap={4} justify="left">
<Text size={30} weight={600} color={theme.color.gray8}>
</Text>
<Text size={24} weight={100} color={theme.color.gray8}>
프로젝트를 개발하고 관리할 팀을 정의해보세요.
</Text>
</VStack>
</LimitBox>
<UtilContainer>
<SearchBar
Expand Down

0 comments on commit fc50500

Please sign in to comment.