Skip to content

Commit

Permalink
Remove unused classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dopenguin committed Sep 3, 2024
1 parent d7bd2c8 commit a7893aa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/plugins/Draw/src/components/Draw.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@
<v-card-actions>
<v-col>
<v-btn class="color-picker-button" @click="toggleColorPicker">
<v-label class="label__color-picker">{{
$t('common:plugins.draw.options.stroke')
}}</v-label>
<v-icon right class="icon__color-picker">
<v-label>{{ $t('common:plugins.draw.options.stroke') }}</v-label>
<v-icon right>
{{
isColorPickerVisible
? 'fa-solid fa-chevron-up'
Expand Down

0 comments on commit a7893aa

Please sign in to comment.