diff --git a/src/pages/MyPage/index.tsx b/src/pages/MyPage/index.tsx index 8382e3d..7929e4d 100644 --- a/src/pages/MyPage/index.tsx +++ b/src/pages/MyPage/index.tsx @@ -44,8 +44,8 @@ export const MyPage = () => { return ( - - + + @@ -56,7 +56,12 @@ export const MyPage = () => { - + setIsJob('univ')}> 대학생 @@ -124,9 +129,9 @@ const TabButton = styled(Button)<{ active: boolean }>` padding: 16px; font-size: 16px; font-weight: ${(props) => (props.active ? 'bold' : 'normal')}; - border-bottom: 2px solid ${(props) => (props.active ? '#4299e1' : 'transparent')}; + border-bottom: 3px solid ${(props) => (props.active ? '#4299e1' : 'transparent')}; cursor: pointer; &:hover { - border-bottom: 2px solid #4299e1; + border-bottom: 3px solid #4299e1; } `;