Skip to content

Commit

Permalink
πŸ’„ DESIGN: ν•„ν„° νƒ­ ν•˜λ‹¨ μ•ˆλ‚΄ λ©”μ‹œμ§€ μΆ”κ°€
Browse files Browse the repository at this point in the history
  • Loading branch information
mihyunLee committed Sep 13, 2023
1 parent 4f7bcaf commit cf5ff87
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions src/components/FilterTabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,16 @@ export default function FilterTabs({ chartDataList, selectedId, setSelectedId }:
</li>
))}
</TabList>
<Message>* μƒλ‹¨μ˜ 자치ꡬλ₯Ό ν΄λ¦­ν•˜κ±°λ‚˜ κ·Έλž˜ν”„λ₯Ό ν΄λ¦­ν•˜λ©΄ κ·Έλž˜ν”„κ°€ 필터링 λ©λ‹ˆλ‹€ :D</Message>
</TabsBar>
);
}

const TabsBar = styled.nav`
display: flex;
flex-direction: column;
justify-content: center;
gap: 14px;
`;

const TabList = styled.ul`
Expand All @@ -54,3 +57,8 @@ const TabButton = styled.button<{ active: boolean }>`
color: var(--white);
}
`;

const Message = styled.span`
color: var(--alert);
font-size: 14px;
`;
2 changes: 1 addition & 1 deletion src/styles/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const GlobalStyle = createGlobalStyle`
--gray300: #989AA1;
--blue: #3366FF;
--purple: #D4C5F9;
--warning: #F15846;
--alert: #41D3A7;
font-size: 16px;
}
body{
Expand Down

0 comments on commit cf5ff87

Please sign in to comment.