Skip to content

Commit 20355de

Browse files
Fixed type casting
1 parent 0519582 commit 20355de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/js/pages/welcome.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { type SharedData } from '@/types';
22
import { Head, Link, usePage } from '@inertiajs/react';
3+
import { Property } from 'csstype';
34

45
export default function Welcome() {
56
const { auth } = usePage<SharedData>().props;
@@ -218,7 +219,7 @@ export default function Welcome() {
218219
/>
219220
</g>
220221
<g
221-
style={{ mixBlendMode: 'plus-darker' }}
222+
style={{ mixBlendMode: 'plus-darker' as Property.MixBlendMode }}
222223
className="translate-y-0 opacity-100 transition-all delay-300 duration-750 starting:translate-y-4 starting:opacity-0"
223224
>
224225
<path

0 commit comments

Comments
 (0)