Skip to content

Commit 72a5e02

Browse files
authored
change selected color (#5028)
1 parent 8bdc4e5 commit 72a5e02

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/browser/components/virtual-tree/components/Node

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/virtual-tree/components/Node/styles.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
}
6363

6464
.nodeSelected {
65-
border-left-color: var(--euiColorPrimary) !important;
65+
border-left-color: var(--browserComponentActive) !important;
6666
background-color: var(--browserComponentActive) !important;
6767

6868
.nodeContent * {

0 commit comments

Comments
 (0)