Skip to content

Commit 5578019

Browse files
committed
feat: modified delete comment button
1 parent c9c8e93 commit 5578019

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/pages/Bug/Chat.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,9 @@ export const ChatBox = ({
173173
{(comment.creator.id === user.profile_id ||
174174
user.role === 'administrator') && (
175175
<Button
176+
isPill
177+
isBasic
176178
isDanger
177-
isLink
178179
onClick={() => openModal(`${comment.id}`)}
179180
>
180181
{t('__BUG_COMMENTS_CHAT_DELETE__')}

0 commit comments

Comments
 (0)