We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ba7dc6 + 800a1fc commit 24c835dCopy full SHA for 24c835d
components/Card.tsx
@@ -37,7 +37,7 @@ function Card({ repo }: Props) {
37
</h2>
38
</div>
39
40
- <h6 className="my-5 text-lg">{emojify(repo.description)}</h6>
+ <h6 className="my-5 text-2023-manga-2 text-lg">{emojify(repo.description)}</h6>
41
42
<div className="card-actions gap-y-3">
43
{repo.topics.map((topic: string) => (
components/StarsFilter.tsx
@@ -75,7 +75,7 @@ export default function StarsFilter() {
75
control={control}
76
/>
77
78
- <button className="btn btn-ghost ml-2 ring-1 ring-2023-manga-2" type="submit">
+ <button className="btn btn-ghost ml-2 text-2023-manga-2 ring-1 ring-2023-manga-2" type="submit">
79
Search
80
</button>
81
0 commit comments