Skip to content

Commit

Permalink
feat(ui): editor button not transparent
Browse files Browse the repository at this point in the history
close #1962
  • Loading branch information
tchiotludo committed Aug 25, 2023
1 parent bf6ee18 commit 957bab7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/src/components/inputs/SwitchView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@
}
}
</script>

<style scoped lang="scss">
:deep(.el-button) {
&.el-button--default {
background: var(--card-bg);
}
}
</style>

0 comments on commit 957bab7

Please sign in to comment.