Standardize default sidebar bg color

This commit is contained in:
benceruleanlu
2025-04-27 10:31:07 -04:00
parent 04f447c2a3
commit 2a9eebad30
3 changed files with 3 additions and 9 deletions

View File

@@ -1,8 +1,5 @@
<template>
<SidebarTabTemplate
:title="$t('sideToolbar.nodeLibrary')"
class="bg-[var(--p-tree-background)]"
>
<SidebarTabTemplate :title="$t('sideToolbar.nodeLibrary')">
<template #tool-buttons>
<Button
v-tooltip.bottom="$t('g.newFolder')"