feat: 增加 CoverWall 组件

This commit is contained in:
qier222 2022-05-14 15:28:01 +08:00
parent b2cd51bbc8
commit ffcc60b793
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
3 changed files with 74 additions and 1 deletions

View file

@ -20,7 +20,7 @@ const Topbar = () => {
<div className='flex min-w-[284px] items-center rounded-full bg-[#E9E9E9] p-[10px] text-[#717171] dark:bg-[#0E0E0E]'>
<SvgIcon name='search' className='mr-[10px] h-7 w-7' />
<input
placeholder='Search Song Name'
placeholder='Artist, songs and more'
className='bg-transparent placeholder:text-[#717171]'
/>
</div>