fix: fix fonts (#194)

* fix: hotfix fonts

* chore: set normal line height
This commit is contained in:
Danil Shishkevich
2023-03-26 17:07:00 +07:00
committed by GitHub
parent ff13a3eab8
commit c0b1b2eadb
6 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ export const Search: FC<Props> = ({ searchTerm, onSearch }) => {
return (
<div className="relative flex items-center">
<input
className="w-full flex-1 rounded-md border border-neutral-600 bg-[#202123] px-4 py-3 pr-10 text-sidebar text-white"
className="w-full flex-1 rounded-md border border-neutral-600 bg-[#202123] px-4 py-3 pr-10 text-[12px] leading-normal text-white"
type="text"
placeholder={t('Search conversations...') || ''}
value={searchTerm}