progressed icon picker component

This commit is contained in:
daniel31x13
2024-08-20 16:59:01 -04:00
parent dc388ebba5
commit ae2324ecd3
4 changed files with 130 additions and 127 deletions
+2 -5
View File
@@ -88,13 +88,10 @@ function App({
{icon}
<span data-testid="toast-message">{message}</span>
{t.type !== "loading" && (
<button
className="btn btn-xs outline-none btn-circle btn-ghost"
<div
data-testid="close-toast-button"
onClick={() => toast.dismiss(t.id)}
>
<i className="bi bi-x"></i>
</button>
></div>
)}
</div>
)}