mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-04-02 00:13:13 +02:00
Make it more obvious when augmentations are owned
This commit is contained in:
@ -219,6 +219,7 @@ export function PurchasableAugmentation(props: IPurchasableAugProps): React.Reac
|
|||||||
textOverflow: "ellipsis",
|
textOverflow: "ellipsis",
|
||||||
whiteSpace: "nowrap",
|
whiteSpace: "nowrap",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
|
color: props.owned ? Settings.theme.disabled : Settings.theme.primary,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
{aug.name}
|
{aug.name}
|
||||||
|
Reference in New Issue
Block a user