Browse Source

fix : minor UI changes

pull/3110/head
Naveen MR 2 years ago
parent
commit
6174e536df
  1. 2
      packages/nc-gui-v2/components/dashboard/TreeView.vue

2
packages/nc-gui-v2/components/dashboard/TreeView.vue

@ -295,7 +295,7 @@ const activeTable = computed(() => {
}
.nc-tree-item.active {
@apply !text-primary font-weight-medium after:(!opacity-20);
@apply !text-primary font-weight-bold after:(!opacity-20);
svg {
@apply !text-primary;
}

Loading…
Cancel
Save