Skip to content

Commit 2dd912c

Browse files
committed
inbound messages: make "Replay" as button, not just text visually
1 parent 6764195 commit 2dd912c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/pages/inbound-detail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ function renderDetailHeader(p: ParsedIncomingMessage): string {
184184
and disables the button so the user doesn't click it again
185185
and has visible feedback that something IS happening. -->
186186
<button type="button"
187-
class="btn btn-ghost py-1 px-2.5 text-[11.5px] inline-flex items-center gap-1.5"
187+
class="btn py-1 px-2.5 text-[11.5px] inline-flex items-center gap-1.5"
188188
x-data="{ loading: false }"
189189
x-on:htmx:before-request="loading = true"
190190
x-on:htmx:after-request="loading = false"

0 commit comments

Comments
 (0)