Merge pull request from borisflagell/UI_reputation_color

UI: Fix  Inconsistent colors of reputation gains on Install Augmentations screen
This commit is contained in:
hydroflame
2022-10-12 23:51:23 -04:00
committed by GitHub

@ -221,12 +221,14 @@ export function PlayerMultipliers(): React.ReactElement {
mult: "Company Reputation Gain",
current: Player.mults.company_rep,
augmented: Player.mults.company_rep * mults.company_rep,
color: Settings.theme.combat,
},
{
mult: "Faction Reputation Gain",
current: Player.mults.faction_rep,
augmented: Player.mults.faction_rep * mults.faction_rep,
bnMult: BitNodeMultipliers.FactionWorkRepGain,
color: Settings.theme.combat,
},
{
mult: "Salary",