Skip to content

Commit

Permalink
style: change apply button color
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Ya Chen <[email protected]>
(cherry picked from commit c4e9a89)
  • Loading branch information
houhoucoop authored and mergify[bot] committed Jan 21, 2025
1 parent 89b4306 commit cf6d446
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkg/harvester/dialog/ConfirmExecutionDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,7 @@ export default {
</script>
<template>
<Card
:show-highlight-border="false"
>
<Card :show-highlight-border="false">
<template #title>
<h4 class="text-default-text">
{{ t('dialog.confirmExecution.title') }}
Expand Down Expand Up @@ -154,7 +152,7 @@ export default {
</button>
<AsyncButton
mode="apply"
class="btn bg-error ml-10"
class="btn bg-primary ml-10"
:disabled="applyDisabled"
@click="apply"
/>
Expand All @@ -164,6 +162,10 @@ export default {
</template>
<style lang='scss' scoped>
.modal-container {
max-width: 400px;
}
.actions {
width: 100%;
text-align: right;
Expand Down

0 comments on commit cf6d446

Please sign in to comment.