mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Merge pull request #3614 from nickofolas/improvement/purchased-aug-color
AUGMENTATIONS: Tweak a couple small UI elements
This commit is contained in:
commit
4ba7df8d72
@ -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}
|
||||||
|
@ -145,7 +145,7 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
|
|||||||
<>
|
<>
|
||||||
<Container disableGutters maxWidth="lg" sx={{ mx: 0 }}>
|
<Container disableGutters maxWidth="lg" sx={{ mx: 0 }}>
|
||||||
<Button onClick={props.routeToMainPage}>Back</Button>
|
<Button onClick={props.routeToMainPage}>Back</Button>
|
||||||
<Typography variant="h4">Faction Augmentations</Typography>
|
<Typography variant="h4">Faction Augmentations - {props.faction.name}</Typography>
|
||||||
<Paper sx={{ p: 1, mb: 1 }}>
|
<Paper sx={{ p: 1, mb: 1 }}>
|
||||||
<Typography>
|
<Typography>
|
||||||
These are all of the Augmentations that are available to purchase from <b>{props.faction.name}</b>.
|
These are all of the Augmentations that are available to purchase from <b>{props.faction.name}</b>.
|
||||||
|
Loading…
Reference in New Issue
Block a user