ChatUpload: ensure X icon is always white

This commit is contained in:
Alex Gleason 2023-02-02 13:33:18 -06:00
parent 747868edb3
commit cb715f4f05
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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' className='bg-secondary-500 w-5 h-5 p-1 rounded-full flex items-center justify-center'
> >
<Icon <Icon
className='w-4 h-4' className='w-4 h-4 text-white'
src={require('@tabler/icons/x.svg')} src={require('@tabler/icons/x.svg')}
/> />
</button> </button>