diff --git a/src/ui/summary-ui-handler.ts b/src/ui/summary-ui-handler.ts index 3295c516e21..0bb9c67685c 100644 --- a/src/ui/summary-ui-handler.ts +++ b/src/ui/summary-ui-handler.ts @@ -317,7 +317,6 @@ export default class SummaryUiHandler extends UiHandler { this.candyIcon.setTint(argbFromRgba(Utils.rgbHexToRgba(colorScheme[0]))); this.candyOverlay.setTint(argbFromRgba(Utils.rgbHexToRgba(colorScheme[1]))); - this.friendshipIcon.setTint(argbFromRgba(Utils.rgbHexToRgba(colorScheme[0]))); this.friendshipOverlay.setTint(argbFromRgba(Utils.rgbHexToRgba(colorScheme[1]))); this.numberText.setText(Utils.padInt(this.pokemon.species.speciesId, 4));