Skip to content

Commit

Permalink
#5466 - HELM inline SMILES monomer canvas color is wrong (#5486)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 authored Sep 11, 2024
1 parent 4bc7ab6 commit 82a7d00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export abstract class BaseMonomerRenderer extends BaseRenderer {
return (
theme.monomer.color[
this.monomer.monomerItem.props.MonomerNaturalAnalogCode
]?.regular || theme.monomer.color.default.regular
]?.regular || theme.monomer.color.X.regular
);
}

Expand Down

0 comments on commit 82a7d00

Please sign in to comment.