Skip to content

Commit 8536687

Browse files
Merge pull request #180 from malik-vishu/search-button_color
x button color
2 parents eb34bc5 + 1366f63 commit 8536687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Search.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ interface FormValues {
66
searchQuery: string;
77
}
88
export interface SearchProps {
9-
searchBarWrapperStyles?: string
9+
searchBarWrapperStyles?: string;
1010
}
1111

1212
export default function Search({ searchBarWrapperStyles }: SearchProps) {
@@ -40,7 +40,7 @@ export default function Search({ searchBarWrapperStyles }: SearchProps) {
4040
type="button"
4141
onClick={() => reset()}
4242
>
43-
<GoX />
43+
<GoX color="lightgrey" />
4444
</button>
4545
</div>
4646
</form>

0 commit comments

Comments
 (0)