Skip to content

Commit 800a1fc

Browse files
committed
description color search color
1 parent 919cca1 commit 800a1fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function Card({ repo }: Props) {
3737
</h2>
3838
</div>
3939

40-
<h6 className="my-5 text-lg">{emojify(repo.description)}</h6>
40+
<h6 className="my-5 text-2023-manga-2 text-lg">{emojify(repo.description)}</h6>
4141

4242
<div className="card-actions gap-y-3">
4343
{repo.topics.map((topic: string) => (

0 commit comments

Comments
 (0)