Skip to content
Snippets Groups Projects
Commit 7813a1e7 authored by Ibrahim Roshan Kunnakkattu's avatar Ibrahim Roshan Kunnakkattu
Browse files

chore: change highlight color to yellow

parent 2f35ecae
No related branches found
No related tags found
1 merge request!5Refactored code for diplaying aggregated ligand interactions
......@@ -115,7 +115,7 @@ class Depiction {
if (!this.atoms) return;
this.highlight.selectAll('*').remove();
if(atoms){
color = color ? color : "#BFBFBF";
color = color ? color : "#FFFF00";
let atomsToHighlight = this.atoms.filter(x => atoms.includes(x.name));
this.highlight.selectAll()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment