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} diff --git a/src/Faction/ui/AugmentationsPage.tsx b/src/Faction/ui/AugmentationsPage.tsx index d86af05b0..cb3b8cc45 100644 --- a/src/Faction/ui/AugmentationsPage.tsx +++ b/src/Faction/ui/AugmentationsPage.tsx @@ -145,7 +145,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement { <> - Faction Augmentations + Faction Augmentations - {props.faction.name} These are all of the Augmentations that are available to purchase from {props.faction.name}.