redesigned buttons

This commit is contained in:
2026-05-15 14:40:08 +02:00
parent 59108835dd
commit 288bf890dc
13 changed files with 99 additions and 82 deletions
@@ -120,7 +120,7 @@ export default function Inbox() {
{m.email && (
<a
href={`mailto:${m.email}${m.subject ? `?subject=${encodeURIComponent('Re: ' + m.subject)}` : ''}`}
className="chip chip-accent uppercase"
className="btn btn--ghost btn--sm"
>
Reply
</a>
@@ -128,7 +128,7 @@ export default function Inbox() {
<button
type="button"
onClick={() => remove(m.id)}
className="chip text-[var(--red)]"
className="btn btn--danger btn--sm"
>
Delete
</button>