Skip to content

Commit 9cb4123

Browse files
AchoArnoldCopilot
andcommitted
fix(web): update resend button text and use default color
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4a7b8e9 commit 9cb4123

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

web/pages/search-messages/index.vue

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,11 @@
163163
:disabled="loading || !canResendSelected"
164164
small
165165
class="ml-2 mt-2 d-none d-md-inline-flex"
166-
color="warning"
167166
v-bind="attrs"
168167
v-on="on"
169168
>
170169
<v-icon left>{{ mdiRefresh }}</v-icon>
171-
RESEND
170+
Resend Messages
172171
</v-btn>
173172
</template>
174173
<v-card>
@@ -182,7 +181,7 @@
182181
</v-card-text>
183182
<v-card-actions class="pb-4">
184183
<v-btn
185-
color="warning"
184+
color="primary"
186185
:loading="loading"
187186
@click="resendMessages"
188187
>

0 commit comments

Comments
 (0)