From f40af55f469e71aeb8269779962f583979c0542a Mon Sep 17 00:00:00 2001 From: nickofolas Date: Fri, 8 Apr 2022 16:10:35 -0500 Subject: [PATCH] Change money stat color --- src/Augmentation/ui/PurchasedAugmentations.tsx | 2 +- src/ui/CharacterStats.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/ui/PurchasedAugmentations.tsx b/src/Augmentation/ui/PurchasedAugmentations.tsx index c66502dcb..818596729 100644 --- a/src/Augmentation/ui/PurchasedAugmentations.tsx +++ b/src/Augmentation/ui/PurchasedAugmentations.tsx @@ -51,7 +51,7 @@ export function PurchasedAugmentations(): React.ReactElement { })()} } - enterDelay={500} + enterNextDelay={1000} key={displayName} > diff --git a/src/ui/CharacterStats.tsx b/src/ui/CharacterStats.tsx index 95d59ea54..eaf040a5d 100644 --- a/src/ui/CharacterStats.tsx +++ b/src/ui/CharacterStats.tsx @@ -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} />