Skip to content

Commit 24c835d

Browse files
Merge pull request #165 from malik-vishu/search-button_color
Description and search button visibility
2 parents 1ba7dc6 + 800a1fc commit 24c835d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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) => (

components/StarsFilter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default function StarsFilter() {
7575
control={control}
7676
/>
7777

78-
<button className="btn btn-ghost ml-2 ring-1 ring-2023-manga-2" type="submit">
78+
<button className="btn btn-ghost ml-2 text-2023-manga-2 ring-1 ring-2023-manga-2" type="submit">
7979
Search
8080
</button>
8181
</div>

0 commit comments

Comments
 (0)