Skip to content

Commit

Permalink
Fix tree branch color
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianallgeier committed Feb 13, 2025
1 parent 4525823 commit e803208
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions panel/src/components/Dialogs/PageMoveDialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ export default {
}
.k-page-move-parent {
--tree-color-back: var(--input-color-back);
--tree-branch-color-back: var(--input-color-back);
--tree-branch-hover-color-back: var(--panel-color-back);
padding: var(--spacing-3);
background: var(--tree-color-back);
border-radius: var(--rounded);
Expand Down

0 comments on commit e803208

Please sign in to comment.