ChatUpload: ensure X icon is always white

environments/review-chat-compo-mzhk1s/deployments/2500
Alex Gleason 2 years ago
parent 747868edb3
commit cb715f4f05
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -43,7 +43,7 @@ const RemoveButton: React.FC<IRemoveButton> = ({ onClick }) => {
className='bg-secondary-500 w-5 h-5 p-1 rounded-full flex items-center justify-center'
>
<Icon
className='w-4 h-4'
className='w-4 h-4 text-white'
src={require('@tabler/icons/x.svg')}
/>
</button>

Loading…
Cancel
Save