diff --git a/appview/pages/templates/repo/pulls/fragments/pullActions.html b/appview/pages/templates/repo/pulls/fragments/pullActions.html
index ca9241a6..9ffb0b4e 100644
--- a/appview/pages/templates/repo/pulls/fragments/pullActions.html
+++ b/appview/pages/templates/repo/pulls/fragments/pullActions.html
@@ -22,22 +22,22 @@
{{ $isLastRound := eq $roundNumber $lastIdx }}
{{ $isSameRepoBranch := .Pull.IsBranchBased }}
{{ $isUpToDate := .ResubmitCheck.No }}
-
+
{{ if .BranchDeleteStatus }}
{{ end }}
@@ -74,7 +74,7 @@
{{ end }}
hx-disabled-elt="#resubmitBtn"
- class="btn p-2 flex items-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed group" {{ $disabled }}
+ class="btn-flat p-2 flex items-center gap-2 disabled:opacity-50 disabled:cursor-not-allowed group" {{ $disabled }}
{{ if $disabled }}
title="Update this branch to resubmit this pull request"
@@ -82,9 +82,9 @@
title="Resubmit this pull request"
{{ end }}
>
- {{ i "rotate-ccw" "w-4 h-4" }}
- resubmit
+ {{ i "rotate-ccw" "w-4 h-4 inline group-[.htmx-request]:hidden" }}
{{ i "loader-circle" "w-4 h-4 animate-spin hidden group-[.htmx-request]:inline" }}
+ resubmit
{{ end }}
@@ -92,10 +92,10 @@
{{ end }}
@@ -103,10 +103,10 @@
{{ end }}