name-color increase max color length
This commit is contained in:
parent
758f0811d8
commit
f28059966e
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
|
||||
// 54
|
||||
const MAX_COLOR_LEN = 256;
|
||||
const MAX_COLOR_LEN = 512;
|
||||
|
||||
const colors: Record<
|
||||
string,
|
||||
|
|
Loading…
Reference in a new issue