Skip to content

Commit 46d33ad

Browse files
authored
Merge pull request #3 from checkly/maxigimenez/sc-00/change-colors
feat: tweak text color [sc-00]
2 parents f06053f + 17a12e2 commit 46d33ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/page.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ export default async function Home({
4747
className="mb-4"
4848
/>
4949
</a>
50-
<div className="text-gray-600 mb-4">
50+
<div className="text-gray-300 mb-4">
5151
<span className="capitalize">{greeting.text}</span>, this is the
5252
</div>
53-
<h1 className="text-4xl text-left sm:text-5xl font-bold text-gray-900">
53+
<h1 className="text-4xl text-left sm:text-5xl font-bold text-white">
5454
Next.js & Checkly starter template
5555
</h1>
5656
</div>

0 commit comments

Comments
 (0)