We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ace9fa commit 09e762dCopy full SHA for 09e762d
1 file changed
src/features/detail/components/BottomActions/index.tsx
@@ -44,7 +44,7 @@ const BottomActions = ({ itemInfo }: Props) => {
44
45
return (
46
<div className={s.Container}>
47
- <Btn color="softgray" className={s.ChatButton({ isMine: mine })} onClick={handleChatClick}>
+ <Btn className={s.ChatButton({ isMine: mine })} onClick={handleChatClick}>
48
<span className="mgc_chat_2_fill" />
49
{mine && <p>채팅</p>}
50
</Btn>
0 commit comments