Skip to content

Commit

Permalink
Fix UKSG Blue theme not working
Browse files Browse the repository at this point in the history
  • Loading branch information
zoton2 committed Sep 18, 2023
1 parent dfc3f6f commit 6e5abfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics/_misc/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ switch (theme) {
break;
case 'uksgblue':
uksg.use();
uksggreen.use();
uksgblue.use();
break;
case 'summer':
summer.use();
Expand Down

0 comments on commit 6e5abfb

Please sign in to comment.