Skip to content

Commit

Permalink
change text color
Browse files Browse the repository at this point in the history
  • Loading branch information
beam41 committed Jun 15, 2024
1 parent 1fb60c9 commit 1784759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/const.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const TEXT_BLACK = "#000"
const TEXT_WHITE = "#fff"
export const TEXT_BLACK = "#000"
export const TEXT_WHITE = "#fff"
1 change: 1 addition & 0 deletions src/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const {
xmlElement: $,
mapTime,
} = require("./util");
const {TEXT_WHITE, TEXT_BLACK} = require("./const");

/**
* @param {{id: number, name: string, time2w: number, timeTotal: number, imgIco: string}[]} game
Expand Down

0 comments on commit 1784759

Please sign in to comment.