Fix media borked bug

This commit is contained in:
Lim Chee Aun 2024-11-15 09:43:46 +08:00
parent 75ceff12c0
commit 109ad9e8ec

View file

@ -135,7 +135,7 @@ function MediaModal({
default: oklch2rgb([0.6, okColor[1], okColor[2]]),
};
}
return {};
return null;
});
});
const mediaAccentGradients = useMemo(() => {