From 0d72c363b57e9a84025cf2959244691dda86f317 Mon Sep 17 00:00:00 2001 From: nickofolas Date: Wed, 4 May 2022 20:26:55 -0500 Subject: [PATCH] Make it more obvious when augmentations are owned --- src/Augmentation/ui/PurchasableAugmentations.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Augmentation/ui/PurchasableAugmentations.tsx b/src/Augmentation/ui/PurchasableAugmentations.tsx index cb90ad644..2ed5050f3 100644 --- a/src/Augmentation/ui/PurchasableAugmentations.tsx +++ b/src/Augmentation/ui/PurchasableAugmentations.tsx @@ -219,6 +219,7 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac textOverflow: "ellipsis", whiteSpace: "nowrap", overflow: "hidden", + color: props.owned ? Settings.theme.disabled : Settings.theme.primary, }} > {aug.name}