diff --git a/templates/components/DownloadListRow.html.twig b/templates/components/DownloadListRow.html.twig index dab6263..3994b4e 100644 --- a/templates/components/DownloadListRow.html.twig +++ b/templates/components/DownloadListRow.html.twig @@ -1,7 +1,7 @@ {{ download.title }} @@ -34,16 +34,16 @@ {% if download.status == 'In Progress' and download.progress < 100 %} - {% elseif download.status == 'Paused' %} - {% endif %} - {% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', height: '17.75px', width: '17.75px', class: 'rounded-full align-middle text-red-600' }) %} + {% set delete_button = component('ux:icon', {name: 'ic:twotone-cancel', height: '17.75px', width: '17.75px', class: 'rounded-full align-middle text-red-600 hover:text-red-700' }) %} Are you sure you want to delete {{ download.filename }}?