mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-06 23:57:49 +02:00
UI: Improve theme support. (#1079)
This commit is contained in:
@@ -28,7 +28,7 @@ interface IProps {
|
||||
const useStyles = makeStyles((theme: Theme) =>
|
||||
createStyles({
|
||||
location: {
|
||||
color: theme.colors.white,
|
||||
color: theme.colors.maplocation,
|
||||
whiteSpace: "nowrap",
|
||||
margin: "0px",
|
||||
padding: "0px",
|
||||
|
||||
@@ -58,7 +58,7 @@ export function TravelAgencyRoot(): React.ReactElement {
|
||||
<Typography variant="h4">Travel Agency</Typography>
|
||||
<Box mx={2}>
|
||||
<Typography>
|
||||
From here, you can travel to any other city! A ticket costs{" "}
|
||||
From {Player.city}, you can travel to any other city! A ticket costs{" "}
|
||||
<Money money={CONSTANTS.TravelCost} forPurchase={true} />.
|
||||
</Typography>
|
||||
{Settings.DisableASCIIArt ? (
|
||||
|
||||
Reference in New Issue
Block a user