Skip to content

Commit

Permalink
🐛 ボタンのスタイルが変わっちゃってた
Browse files Browse the repository at this point in the history
  • Loading branch information
SSlime-s committed Nov 11, 2023
1 parent 93c532b commit 987e150
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -23,7 +23,12 @@
</content-editor>
</sidebar-content-container-foldable>
<div :class="$style.item">
<form-button label="削除" is-danger @click="deleteClip" />
<form-button
label="削除"
type="secondary"
is-danger
@click="deleteClip"
/>
</div>
</div>
</template>

0 comments on commit 987e150

Please sign in to comment.