mirror of
https://github.com/MoonTechLab/LunaTV.git
synced 2026-05-18 11:47:28 +08:00
feat: make DemoCard search logo smaller
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user