We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6764195 commit 2dd912cCopy full SHA for 2dd912c
1 file changed
src/ui/pages/inbound-detail.ts
@@ -184,7 +184,7 @@ function renderDetailHeader(p: ParsedIncomingMessage): string {
184
and disables the button so the user doesn't click it again
185
and has visible feedback that something IS happening. -->
186
<button type="button"
187
- class="btn btn-ghost py-1 px-2.5 text-[11.5px] inline-flex items-center gap-1.5"
+ class="btn py-1 px-2.5 text-[11.5px] inline-flex items-center gap-1.5"
188
x-data="{ loading: false }"
189
x-on:htmx:before-request="loading = true"
190
x-on:htmx:after-request="loading = false"
0 commit comments