Skip to content

Commit 8dbf8d7

Browse files
committed
remove variant for now
1 parent 11878b1 commit 8dbf8d7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/compounds/ActionsGroup/ActionsGroup.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,13 @@ const ActionsGroup = ({ handleSendingMessagesOrFiles, initialFiles }) => {
2525
<ListGroup className='actions-group'>
2626
<ListGroup.Item
2727
action
28-
variant='primary'
2928
onClick={() => handleShow('SendMessage')}
3029
>
3130
<FontAwesomeIcon icon='fa-envelope' />
3231
Send Message
3332
</ListGroup.Item>
3433
<ListGroup.Item
3534
action
36-
variant='primary'
3735
onClick={() => handleShow('ViewFiles')}
3836
role='presentation'
3937
>

0 commit comments

Comments
 (0)