Skip to content

Commit 06e83d1

Browse files
backnotpropclaude
andcommitted
Tone down YouTube button red
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 1639d9b commit 06e83d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/ui/components/Landing.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export const Landing: React.FC<LandingProps> = ({ onEnter }) => {
7777
href="https://www.youtube.com/watch?v=VIDEO_ID"
7878
target="_blank"
7979
rel="noopener noreferrer"
80-
className="inline-flex items-center gap-2 px-5 py-2.5 rounded-lg bg-[#FF0000] text-white font-medium hover:bg-[#CC0000] transition-colors"
80+
className="inline-flex items-center gap-2 px-5 py-2.5 rounded-lg bg-[#c4302b] text-white font-medium hover:bg-[#a82621] transition-colors"
8181
>
8282
<svg
8383
className="w-5 h-5"

0 commit comments

Comments
 (0)