Skip to content

Commit

Permalink
style(results): Increase text size in loading screen
Browse files Browse the repository at this point in the history
  • Loading branch information
CaedenPH committed Jan 19, 2025
1 parent 917d990 commit 5b1b571
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/routes/results.ts
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,9 @@ export class ProcessResultsPage {
container.addChild(graphics);

const text = new Text(`WAIT!...
CogSpeed thinking...
RESULTS COMING SHORTLY`, {
CogSpeed thinking...`, {
fontFamily: "Trebuchet",
fontSize: 16,
fontSize: 23,
fill: 0xffffff,
align: "center",
});
Expand Down

0 comments on commit 5b1b571

Please sign in to comment.