Skip to content

Commit

Permalink
style: 선택 영역 가로 길이 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnwns committed May 17, 2024
1 parent 561058b commit cf1a264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/TimeSlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ const StyledTimeSlot = styled.div`
`;

const StyledEmptyArea = styled.div`
width: 4rem;
width: 3.5rem;
height: 1rem;
box-sizing: border-box;
`;

const StyledColorArea = styled.div`
width: 4rem;
width: 3.5rem;
background-color: ${({ $isActive }) => ($isActive ? "#007bff" : "#f0f0f0")};
height: 2rem;
border-bottom: 1px solid #b9b9b9;
Expand Down

0 comments on commit cf1a264

Please sign in to comment.