Skip to content

Commit 603e905

Browse files
yn1323claude
andcommitted
fix: LPナビのグラデ下端をHero上端色と揃えてシームレス化
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 150eba2 commit 603e905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/features/LandingPage/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export const LandingPage = () => {
2020
};
2121

2222
export const Nav = () => (
23-
<Box as="nav" bgGradient="to-b" gradientFrom="teal.600" gradientTo="teal.400" w="full">
23+
<Box as="nav" bgGradient="to-b" gradientFrom="teal.600" gradientTo="#99f6e4" w="full">
2424
<Flex align="center" justify="space-between" px={{ base: 4, lg: 12 }} py={{ base: 3, lg: 5 }}>
2525
<Link asChild _hover={{ opacity: 0.8, textDecoration: "none" }}>
2626
<RouterLink to="/">

0 commit comments

Comments
 (0)