Skip to content

Commit

Permalink
fix: Remove unused style
Browse files Browse the repository at this point in the history
  • Loading branch information
essj committed Feb 12, 2025
1 parent 955a823 commit 7f2e48b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/flame-defi/app/earn/components/Table/TableSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const TableSearch = () => {
}
className={cn(
"transition-all duration-300 ease-in-out",
search ? "w-full md:w-52" : "w-0 border-transparent outline-none",
search ? "w-full md:w-52" : "w-0 border-transparent",
"focus-visible:w-full md:focus-visible:w-52 focus-visible:border-orange-soft",
)}
/>
Expand Down

0 comments on commit 7f2e48b

Please sign in to comment.