ChatUpload: ensure X icon is always white

environments/review-chat-compo-mzhk1s/deployments/2500
Alex Gleason 2023-02-02 13:33:18 -06:00
rodzic 747868edb3
commit cb715f4f05
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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>