Skip to content

Commit

Permalink
Fixed typo on thumb border color label
Browse files Browse the repository at this point in the history
  • Loading branch information
henripar committed Apr 27, 2024
1 parent bfc26ab commit 2bde57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ body::-webkit-scrollbar-thumb {
/>
</div>
<div v-if="!isFirefox" class="colorPickerContainer">
<span>Thumb Border Color Color</span>
<span>Thumb Border Color</span>
<span v-click-outside="() => closeColorPicker('thumbBorder')">
<span
@click="toggleColorPicker('thumbBorder')"
Expand Down

0 comments on commit 2bde57f

Please sign in to comment.