Skip to content

Commit

Permalink
fix: 元に戻すボタンの色
Browse files Browse the repository at this point in the history
  • Loading branch information
chika3742 committed Sep 7, 2023
1 parent f01590c commit 90fb331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
v-for="(action, i) in snackbar.ref.value.actions"
:key="i"
:text="action.text"
color="secondary"
color="primary"
style="filter: invert(1)"
variant="text"
@click="action.onClick(); snackbar.ref.value.displayed = false"
/>
Expand Down

0 comments on commit 90fb331

Please sign in to comment.