Skip to content

Commit

Permalink
fix: text color when selected
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Sep 2, 2024
1 parent d5d2654 commit c1dc383
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/file-explorer/file-explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

.file-tree .tree .tree-node--selected {
background: rgba(48, 107, 176);
color: white;
}

.file-tree .tree-node__branch {
Expand Down

0 comments on commit c1dc383

Please sign in to comment.