We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0519582 commit 20355deCopy full SHA for 20355de
resources/js/pages/welcome.tsx
@@ -1,5 +1,6 @@
1
import { type SharedData } from '@/types';
2
import { Head, Link, usePage } from '@inertiajs/react';
3
+import { Property } from 'csstype';
4
5
export default function Welcome() {
6
const { auth } = usePage<SharedData>().props;
@@ -218,7 +219,7 @@ export default function Welcome() {
218
219
/>
220
</g>
221
<g
- style={{ mixBlendMode: 'plus-darker' }}
222
+ style={{ mixBlendMode: 'plus-darker' as Property.MixBlendMode }}
223
className="translate-y-0 opacity-100 transition-all delay-300 duration-750 starting:translate-y-4 starting:opacity-0"
224
>
225
<path
0 commit comments