Skip to content

Commit

Permalink
remove useless bg-secondary (#3849)
Browse files Browse the repository at this point in the history
  • Loading branch information
VachetVirginie authored Nov 26, 2024
1 parent b79fc46 commit de5f42a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default defineComponent({
<template>
<div
:class="{ 'vd-form-input': !inline }"
class="vd-select-btn-field bg-secondary"
class="vd-select-btn-field"
>
<VBtnToggle
v-bind="options.btnToggle"
Expand Down

0 comments on commit de5f42a

Please sign in to comment.