Skip to content

Commit

Permalink
Merge pull request #399 from chrismayer/rm-non-effective-color-props
Browse files Browse the repository at this point in the history
Remove non-effective color prop in ToggleButton
  • Loading branch information
chrismayer authored Jun 12, 2024
2 parents b15e968 + 1a392b9 commit 52c22f0
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 52c22f0

Please sign in to comment.