Skip to content

Commit 6c38bd2

Browse files
committed
type cast
1 parent 17b9acd commit 6c38bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const App: FC = () => {
1616
<>
1717
{musicEnabled && <Music />}
1818
<main
19-
className={`${font.variable} ${styles['main']} mx-auto box-border flex aspect-[1.11] h-auto max-h-[calc(100vh-8px)] items-stretch justify-center gap-[4px] border-[4px] border-solid border-[purple] bg-[purple] max-sm:aspect-[0.82]`}
19+
className={`${font.variable} ${styles['main'] as string} mx-auto box-border flex aspect-[1.11] h-auto max-h-[calc(100vh-8px)] items-stretch justify-center gap-[4px] border-4 border-solid border-[purple] bg-[purple] max-sm:aspect-[0.82]`}
2020
>
2121
<GlobalPanel musicEnabled={musicEnabled} toggleMusic={toggleMusic} />
2222
<Game />

0 commit comments

Comments
 (0)