mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-30 01:47:33 +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>
|
||||
}
|
||||
enterDelay={500}
|
||||
enterNextDelay={1000}
|
||||
key={displayName}
|
||||
>
|
||||
<ListItem sx={{ py: 0 }}>
|
||||
|
@ -468,7 +468,7 @@ export function CharacterStats(): React.ReactElement {
|
||||
],
|
||||
["Salary", player.work_money_mult, player.work_money_mult * BitNodeMultipliers.CompanyWorkMoney],
|
||||
]}
|
||||
color={Settings.theme.primary}
|
||||
color={Settings.theme.money}
|
||||
/>
|
||||
<MultiplierTable
|
||||
rows={[
|
||||
|
Loading…
Reference in New Issue
Block a user