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 2d452e5 commit 9017af7Copy full SHA for 9017af7
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,8 +219,7 @@ export default function Welcome() {
218
219
/>
220
</g>
221
<g
- /** @ts-expect-error 'plus-darker' doesn't seem to be defined in the 'csstype' module */
222
- style={{ mixBlendMode: 'plus-darker' }}
+ 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