Skip to content

Commit

Permalink
Icons
Browse files Browse the repository at this point in the history
  • Loading branch information
kazcw committed May 22, 2024
1 parent 04b85ac commit 9ae2e19
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ onMounted(() => {
>
<div class="SelectionFormattingToolbar">
<div class="button">
<ToggleIcon v-model="bold" icon="random" />
<ToggleIcon v-model="bold" icon="bold" />
</div>
<div class="button">
<ToggleIcon v-model="italic" icon="heart" />
<ToggleIcon v-model="italic" icon="italic" />
</div>
<div class="button">
<ToggleIcon v-model="strikethrough" icon="unstable2" />
<ToggleIcon v-model="strikethrough" icon="strike-through" />
</div>
</div>
</FloatingSelectionMenu>
Expand Down

0 comments on commit 9ae2e19

Please sign in to comment.