Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Jun 29, 2024
1 parent ce7bc0d commit a6471df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/modules/shared/AccentColorStyleInjector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import Color from 'colorjs.io'
import { createPngNoiseBackground } from '~/lib/noise'

const hexToOklchString = (hex: string) => {
// @ts-ignore
return new Color(hex).oklch
}
const accentColorLight = [
Expand Down

0 comments on commit a6471df

Please sign in to comment.