Skip to content

Commit 09e762d

Browse files
committed
fix: type error
1 parent 8ace9fa commit 09e762d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/features/detail/components/BottomActions

src/features/detail/components/BottomActions/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const BottomActions = ({ itemInfo }: Props) => {
4444

4545
return (
4646
<div className={s.Container}>
47-
<Btn color="softgray" className={s.ChatButton({ isMine: mine })} onClick={handleChatClick}>
47+
<Btn className={s.ChatButton({ isMine: mine })} onClick={handleChatClick}>
4848
<span className="mgc_chat_2_fill" />
4949
{mine && <p>채팅</p>}
5050
</Btn>

0 commit comments

Comments
 (0)