name-color increase max color length
This commit is contained in:
parent
91d1a50ae8
commit
b1d91c155b
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const MAX_AGE_MS = 10 * 60 * 1000;
|
||||||
|
|
||||||
// > "light-dark(oklab(000, 000, 000), oklab(255, 255, 255))".length
|
// > "light-dark(oklab(000, 000, 000), oklab(255, 255, 255))".length
|
||||||
// 54
|
// 54
|
||||||
const MAX_COLOR_LEN = 256;
|
const MAX_COLOR_LEN = 512;
|
||||||
|
|
||||||
const colors: Record<
|
const colors: Record<
|
||||||
string,
|
string,
|
||||||
|
|
Loading…
Reference in a new issue