Skip to content

Commit 19dd95d

Browse files
committed
fix: tablet search button styling
remove outline
1 parent 9a4f83c commit 19dd95d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Search/SearchButton.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ const SearchButton = forwardRef<HTMLButtonElement, ButtonProps>(
1515
ref={ref}
1616
aria-label={t("aria-toggle-search-button")}
1717
className={cn(
18-
"px-2 ease-in-out [&>svg]:transition-all [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover",
19-
"group me-3 border border-disabled hover:border-primary-hover",
18+
"group px-2 ease-in-out [&>svg]:transition-all [&>svg]:duration-500 [&>svg]:hover:rotate-12 [&>svg]:hover:text-primary-hover",
2019
className
2120
)}
2221
variant="ghost"

0 commit comments

Comments
 (0)