Skip to content

Commit 3af9f80

Browse files
committed
Style tweaks
1 parent 5492cf3 commit 3af9f80

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

apps/web-roo-code/src/app/reviewer/ReviewerContent.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -139,14 +139,11 @@ export function ReviewerContent() {
139139
</section>
140140

141141
{/* How It Works Section */}
142-
<section className="relative overflow-hidden border-t border-border py-32 bg-muted/30">
142+
<section className="relative overflow-hidden border-t border-border py-32">
143143
<div className="container relative z-10 mx-auto px-4 sm:px-6 lg:px-8">
144144
<div className="mx-auto mb-12 md:mb-24 max-w-5xl text-center">
145145
<div>
146146
<h2 className="text-4xl font-bold tracking-tight sm:text-5xl">How It Works</h2>
147-
<p className="mt-6 text-lg text-muted-foreground">
148-
Get started with AI code reviews in three simple steps
149-
</p>
150147
</div>
151148
</div>
152149

@@ -158,10 +155,10 @@ export function ReviewerContent() {
158155
<li
159156
key={index}
160157
className="relative h-full border border-border rounded-2xl bg-background p-8 transition-all duration-300 hover:shadow-lg">
161-
<div className="mb-4 inline-flex items-center justify-center rounded-full bg-primary/10 p-3">
162-
<Icon className="size-6 text-primary" />
163-
</div>
164-
<h3 className="mb-3 text-xl font-semibold text-foreground">{step.title}</h3>
158+
<Icon className="size-6 text-foreground/80" />
159+
<h3 className="mb-3 mt-3 text-xl font-semibold text-foreground">
160+
{step.title}
161+
</h3>
165162
<div className="leading-relaxed font-light text-muted-foreground">
166163
{step.description}
167164
</div>

0 commit comments

Comments
 (0)