mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
fix: darkmode search result header color
This commit is contained in:
parent
dbcafc4c6a
commit
f4eaff9f61
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user