Skip to content

Commit 1366f63

Browse files
committed
x button color
1 parent aa90ed2 commit 1366f63

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)