Make it more obvious when augmentations are owned

This commit is contained in:
nickofolas 2022-05-04 20:26:55 -05:00
parent 2db2b78745
commit 0d72c363b5

@ -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}