feat: make DemoCard search logo smaller

This commit is contained in:
shinya
2025-07-03 18:36:43 +08:00
parent ed3e5f5a28
commit a618ecd99c

View File

@@ -37,7 +37,7 @@ function SearchCircle({
/> />
<foreignObject x='0' y='0' width='44' height='44'> <foreignObject x='0' y='0' width='44' height='44'>
<div className='w-full h-full flex items-center justify-center'> <div className='w-full h-full flex items-center justify-center'>
<Search className='h-7 w-7 text-white' strokeWidth={2} /> <Search className='h-5 w-5 text-white' strokeWidth={2} />
</div> </div>
</foreignObject> </foreignObject>
</svg> </svg>