Skip to content

Commit

Permalink
change clear button styling
Browse files Browse the repository at this point in the history
  • Loading branch information
BANANAPEEL202 committed Oct 30, 2024
1 parent e94ce73 commit d3128bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ function SearchBarWithFilter({
}}
>
{/* Clear Button */}
<Button onClick={handleClear} size="xs">
<Button onClick={handleClear} size="xs" variant="light">
Clear
</Button>
{/* Clear Button */}
Expand Down

0 comments on commit d3128bc

Please sign in to comment.