Skip to content

Commit

Permalink
#5466 - HELM inline SMILES monomer canvas color is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
rrodionov91 committed Sep 11, 2024
1 parent 589624b commit fae6792
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 fae6792

Please sign in to comment.