Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed May 7, 2024
1 parent de47f6c commit 58f3568
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const BlocksContainer = styled.div`
padding-top: 28px; /* pt-7 */
`;

const UserBlock = styled.div`
const UserBlock = styled.div<{ index: number; userBlock: IUserTimeBlock }>`
background-color: ${(props) => COLOR_TABLE[props.index % COLOR_TABLE.length]};
height: 36px; /* h-9 */
position: relative;
Expand Down

0 comments on commit 58f3568

Please sign in to comment.