From d1656c05674a18a7b3cd1d663d848708892b812f Mon Sep 17 00:00:00 2001 From: nickofolas Date: Sun, 22 May 2022 11:12:30 -0500 Subject: [PATCH] Color reqs and increase density --- src/Augmentation/ui/PurchasableAugmentations.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Augmentation/ui/PurchasableAugmentations.tsx b/src/Augmentation/ui/PurchasableAugmentations.tsx index fd2204042..27a8f927b 100644 --- a/src/Augmentation/ui/PurchasableAugmentations.tsx +++ b/src/Augmentation/ui/PurchasableAugmentations.tsx @@ -118,7 +118,9 @@ interface IReqProps { const Requirement = (props: IReqProps): React.ReactElement => { return ( - + {props.fulfilled ? : } {props.value} @@ -143,7 +145,7 @@ export const PurchasableAugmentations = (props: IPurchasableAugsProps): React.Re {props.augNames.map((augName: string) => (