mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Search fixes
This commit is contained in:
@@ -3,7 +3,7 @@ import clsx from 'clsx';
|
||||
|
||||
export default function OpenUserMenu({ className }: { className?: string }) {
|
||||
return (
|
||||
<div className="relative flex h-10 w-10 items-center justify-center text-high-contrast">
|
||||
<div className="relative flex h-8 w-8 items-center justify-center text-high-contrast lg:h-11 lg:w-11">
|
||||
<UserCircleIcon
|
||||
className={clsx(
|
||||
'h-5 stroke-current transition-all ease-in-out hover:scale-110 ',
|
||||
|
Reference in New Issue
Block a user