diff --git a/src/Constants.ts b/src/Constants.ts index 68a7d2620..e09dda6a2 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -248,6 +248,8 @@ export let CONSTANTS: IMap = { having a limit of 3. * Fixed an issue where the gang equipment screen would freeze the game if a script installed augmentations while it is open. - * All BonusTime now displays in the 'H M S' format + * All BonusTime now displays in the 'H M S' format. + * Donation textbox style updated to match the rest of the game. + * Corporation name style updated to match the rest of the game. ` } diff --git a/src/Locations/LocationsHelpers.ts b/src/Locations/LocationsHelpers.ts index 602f1d330..72bf02b0e 100644 --- a/src/Locations/LocationsHelpers.ts +++ b/src/Locations/LocationsHelpers.ts @@ -127,6 +127,7 @@ export function createStartCorporationPopup(p: IPlayer) { }); const nameInput = createElement("input", { + class: 'text-input', placeholder: "Corporation Name", }) as HTMLInputElement;