Преглед на файлове

Fix: The selected state of the TreeView node cannot be seen on Mac #7000 (#7001)

### What problem does this PR solve?

Fix: The selected state of the TreeView node cannot be seen on Mac #7000

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.18.0
balibabu преди 6 месеца
родител
ревизия
18eb76f6b8
No account linked to committer's email address
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      web/src/components/ui/tree-view.tsx

+ 1
- 1
web/src/components/ui/tree-view.tsx Целия файл

@@ -11,7 +11,7 @@ const treeVariants = cva(
);

const selectedTreeVariants = cva(
'before:opacity-100 before:bg-accent/70 text-accent-foreground',
'before:opacity-100 before:bg-[#4E74Fd]/70 text-accent-foreground',
);

export interface TreeDataItem {

Loading…
Отказ
Запис