fix: darkmode search result header color

This commit is contained in:
원더 2021-02-11 20:59:00 +09:00
parent dbcafc4c6a
commit f4eaff9f61

View File

@ -43,7 +43,7 @@ const Search = (): JSX.Element => {
<li className='px-3 py-2 flex h-15 cursor-pointer'>
<DiscordAvatar className='w-12 h-12 mt-1' size={128} userID={el.id} />
<div className='ml-2'>
<h1 className='text-lg'>{el.name}</h1>
<h1 className='text-lg text-black dark:text-gray-100'>{el.name}</h1>
<p className='text-sm text-gray-400'>
{el.intro}
</p>