Skip to content

Commit

Permalink
refactor(module:tree-view): highlight color change (#8466)
Browse files Browse the repository at this point in the history
  • Loading branch information
ParsaArvanehPA committed Mar 27, 2024
1 parent c34e372 commit a10ceaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree-view/demo/search.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ function filterTreeData(data: TreeNode[], value: string): FilteredTreeResult {
}
::ng-deep .highlight {
color: red;
color: #f50;
}
`
]
Expand Down

0 comments on commit a10ceaf

Please sign in to comment.