Skip to content

Commit 80a6b07

Browse files
committed
Fix landing qa
1 parent 209ef72 commit 80a6b07

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

apps/landing/script.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { readFile, writeFile } from 'node:fs/promises'
2-
3-
import { glob } from 'glob'
1+
import { glob, readFile, writeFile } from 'node:fs/promises'
42

53
const files = await glob('src/**/*.mdx')
64

apps/landing/src/app/TopBanner.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ export function TopBanner() {
5555
<Box as="br" display={['none', null, 'initial']} />
5656
CSS in JS Preprocessor
5757
</Text>
58-
<Text color="$text" typography="h6Reg">
58+
<Text
59+
color="$text"
60+
textShadow="0 -2px 4px var(--base, #FFF), 0 2px 4px var(--base, #FFF)"
61+
typography="h6Reg"
62+
>
5963
Building the Future of CSS-in-JS
6064
<br />
6165
Analyze all possible scenarios at the fastest speed and style with

0 commit comments

Comments
 (0)