Skip to content

Commit

Permalink
chore: fix warnings due to styling conflicts (#1475)
Browse files Browse the repository at this point in the history
* chore: fix warnings due to styling conflicts

* chore: add transition (removed by prev commit)

---------

Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com>
  • Loading branch information
Anmol-Baranwal and rupali-codes authored Aug 5, 2023
1 parent f309b30 commit 3b34c2e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Searchbar/Searchbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ export const Searchbar: React.FC<SearchbarProps> = ({ setSearch }) => {
/>
<button
type="submit"
aria-role="button"
className="ml-2 px-4 py-2.5 bg-theme-secondary text-light-primary rounded-md border border-dashed border-transparent hover:border-theme-primary hover:bg-transparent hover:text-theme-primary dark:hover:text-theme-primary transition-colors transition duration-300 ease-in-out"
className="ml-2 px-4 py-2.5 bg-theme-secondary text-light-primary rounded-md border border-dashed border-transparent hover:border-theme-primary hover:bg-transparent hover:text-theme-primary dark:hover:text-theme-primary transition-colors duration-300 ease-in-out"
>
<SearchIcon className="w-5 h-5" aria-hidden="true" />
</button>
Expand Down

1 comment on commit 3b34c2e

@vercel
Copy link

@vercel vercel bot commented on 3b34c2e Aug 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.