Skip to content

Commit

Permalink
feat: adjust colors for dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pirhoo committed Oct 4, 2024
1 parent 4948009 commit 8d28ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/AppSidebar/AppSidebarClose.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ const variant = computed(() => {
<style lang="scss" scoped>
.app-sidebar-close {
&.btn-light {
--bs-btn-bg: #fff;
--bs-btn-bg: var(--bs-body-bg);
--bs-btn-color: var(--bs-body-color);
}
&.btn-primary {
Expand Down

0 comments on commit 8d28ced

Please sign in to comment.