fix clear button

This commit is contained in:
Pete Matsyburka
2024-10-09 09:30:18 +03:00
committed by Oleksandr Turchyn
parent d6474f0e6e
commit 2299ba4e29
@@ -23,7 +23,7 @@
</div>
<div class="w-full bg-white rounded-2xl border relative" style="height: 300px">
<canvas class="w-full"></canvas>
<button aria-label="<%= t('clear') %>" class="btn btn-ghost btn-sm font-medium top-0 right-0 absolute mt-1 mr-1">
<button aria-label="Clear" class="btn btn-ghost btn-sm font-medium top-0 right-0 absolute mt-1 mr-1">
<%= svg_icon('reload', class: 'w-5 h-5') %>
<span class="inline"><%= t('clear') %></span>
</button>