Skip to content

Commit

Permalink
Remove non-effective color prop in ToggleButton
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Jun 10, 2024
1 parent 3c9ee33 commit 1a392b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/modulecore/ToggleButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="wgu-toggle-button"
:title="$t(moduleName + '.title')"
v-model="show">
<v-btn icon :value="true" color="onprimary" @click="toggleUi">
<v-btn icon :value="true" @click="toggleUi">
<v-icon color="onprimary" medium>{{icon}}</v-icon>
</v-btn>
</v-btn-toggle>
Expand Down

0 comments on commit 1a392b9

Please sign in to comment.