Skip to content

Commit

Permalink
Override v-btn-group color
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Dec 18, 2023
1 parent 8bcf38a commit 54f984d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/views/TopologyDisplayView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,9 @@ watchEffect(() => {
}
})
</script>

<style scoped>
.v-btn-group {
color: inherit;
}
</style>

0 comments on commit 54f984d

Please sign in to comment.