lowered time for repeating the update of theme colors

This commit is contained in:
Jack 2021-08-07 15:45:55 +01:00
parent 5a3b3ac5f1
commit cc172ebbb2

View file

@ -41,7 +41,7 @@ export async function get(color) {
ret = colors[color];
}
resolve(check());
}, 500);
}, 250);
});
}
async function check() {