mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
lowered time for repeating the update of theme colors
This commit is contained in:
parent
5a3b3ac5f1
commit
cc172ebbb2
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ export async function get(color) {
|
|||
ret = colors[color];
|
||||
}
|
||||
resolve(check());
|
||||
}, 500);
|
||||
}, 250);
|
||||
});
|
||||
}
|
||||
async function check() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue