Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit cab2f09

Browse files
committed
fix(web): correct Roomote banner color to #d8f14b and increase size
1 parent b22fdf4 commit cab2f09

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

apps/web-roo-code/src/components/RoomoteAnnouncementBanner.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@ import { ArrowRight } from "lucide-react"
44

55
export function RoomoteAnnouncementBanner() {
66
return (
7-
<div className="relative overflow-hidden bg-[#c8f525] text-black">
8-
<div className="relative flex flex-col sm:flex-row items-center justify-center gap-3 sm:gap-5 px-4 py-3.5 sm:py-4">
7+
<div className="relative overflow-hidden bg-[#d8f14b] text-black">
8+
<div className="relative flex flex-col sm:flex-row items-center justify-center gap-4 sm:gap-6 px-6 py-5 sm:py-6">
99
<div className="flex items-center gap-3">
10-
<span className="inline-flex items-center rounded-full bg-black text-[#c8f525] px-3 py-1 text-xs font-bold uppercase tracking-wider">
10+
<span className="inline-flex items-center rounded-full bg-black text-[#d8f14b] px-3.5 py-1 text-xs font-extrabold uppercase tracking-widest">
1111
New
1212
</span>
13-
<p className="text-sm sm:text-base font-bold tracking-tight">
13+
<p className="text-base sm:text-lg md:text-xl font-extrabold tracking-tight">
1414
Introducing Roomote — the always-on engineer for your entire team
1515
</p>
1616
</div>
1717
<a
1818
href="https://roomote.dev"
1919
target="_blank"
2020
rel="noopener noreferrer"
21-
className="group inline-flex items-center gap-1.5 rounded-full bg-black text-white px-5 py-2 text-sm font-bold hover:bg-gray-900 transition-colors duration-200">
21+
className="group inline-flex shrink-0 items-center gap-2 rounded-full bg-black text-white px-6 py-2.5 text-sm sm:text-base font-bold hover:bg-gray-900 transition-colors duration-200">
2222
Learn more
23-
<ArrowRight className="size-4 transition-transform duration-200 group-hover:translate-x-0.5" />
23+
<ArrowRight className="size-4 sm:size-5 transition-transform duration-200 group-hover:translate-x-0.5" />
2424
</a>
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)