mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-19 20:41:30 +01:00
Change money stat color
This commit is contained in:
parent
2d904e08b4
commit
f40af55f46
@ -51,7 +51,7 @@ export function PurchasedAugmentations(): React.ReactElement {
|
|||||||
})()}
|
})()}
|
||||||
</Typography>
|
</Typography>
|
||||||
}
|
}
|
||||||
enterDelay={500}
|
enterNextDelay={1000}
|
||||||
key={displayName}
|
key={displayName}
|
||||||
>
|
>
|
||||||
<ListItem sx={{ py: 0 }}>
|
<ListItem sx={{ py: 0 }}>
|
||||||
|
@ -468,7 +468,7 @@ export function CharacterStats(): React.ReactElement {
|
|||||||
],
|
],
|
||||||
["Salary", player.work_money_mult, player.work_money_mult * BitNodeMultipliers.CompanyWorkMoney],
|
["Salary", player.work_money_mult, player.work_money_mult * BitNodeMultipliers.CompanyWorkMoney],
|
||||||
]}
|
]}
|
||||||
color={Settings.theme.primary}
|
color={Settings.theme.money}
|
||||||
/>
|
/>
|
||||||
<MultiplierTable
|
<MultiplierTable
|
||||||
rows={[
|
rows={[
|
||||||
|
Loading…
Reference in New Issue
Block a user