Skip to content

Commit a6471df

Browse files
committed
fix: type
Signed-off-by: Innei <[email protected]>
1 parent ce7bc0d commit a6471df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/modules/shared/AccentColorStyleInjector.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Color from 'colorjs.io'
44
import { createPngNoiseBackground } from '~/lib/noise'
55

66
const hexToOklchString = (hex: string) => {
7+
// @ts-ignore
78
return new Color(hex).oklch
89
}
910
const accentColorLight = [

0 commit comments

Comments
 (0)