Skip to content

Commit d4fc62e

Browse files
style: error section to fit theme
1 parent 4db122c commit d4fc62e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ export default function HeroSection({
4949

5050
{errorFlag ? (
5151
<section className="text-primary flex flex-col items-center gap-4 text-center md:gap-6">
52-
<h2 className="text-3xl">Upload Failed!</h2>
52+
<h2 className="text-3xl font-main">Upload Failed!</h2>
5353
<p className="text-xl">
5454
The file doesn&apos;t look like a proper Instagram
5555
followers.json or following.json file
5656
</p>
5757
<button
5858
onClick={() => setErrorFlag(false)}
59-
className="rounded-xl border-1 px-4 py-2 text-lg shadow-sm transition hover:scale-105 hover:cursor-pointer"
59+
className="rounded-xl border-1 px-4 py-2 text-lg shadow-sm transition hover:scale-105 hover:cursor-pointer text-accent bg-light-accent"
6060
>
6161
Try Again
6262
</button>

0 commit comments

Comments
 (0)