fix css property type error
This commit is contained in:
@ -36,7 +36,7 @@ export const BgPig = ({
|
||||
<div className={styles.bgPigWrapper}>
|
||||
<div
|
||||
className={`${styles.pig} ${styles.bgPig}`}
|
||||
style={{ "--color-pig": color }}
|
||||
style={{ "--color-pig": color } as React.CSSProperties}
|
||||
data-inview={IsInView}
|
||||
>
|
||||
{type === "logo" && <LogoPig />}
|
||||
|
Reference in New Issue
Block a user