feat(ui): Dragonflight redesign — foundation JSX files: data.jsx
This commit is contained in:
parent
d5fd705d66
commit
3b1610a167
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ const BINS = [
|
|||
{ id: "b6", name: "Final deliverables", count: 8, icon: "package" },
|
||||
];
|
||||
|
||||
// generate a deterministic-ish thumb color
|
||||
function thumbGrad(seed) {
|
||||
const hues = [220, 280, 340, 30, 150, 200, 260, 320];
|
||||
const h1 = hues[seed % hues.length];
|
||||
|
|
|
|||
Loading…
Reference in a new issue