fix: fix fonts (#194)
* fix: hotfix fonts * chore: set normal line height
This commit is contained in:
committed by
GitHub
parent
ff13a3eab8
commit
c0b1b2eadb
@@ -64,7 +64,7 @@ export const ConversationComponent: FC<Props> = ({
|
||||
|
||||
return (
|
||||
<button
|
||||
className={`flex w-full cursor-pointer items-center gap-3 rounded-lg p-3 text-sidebar transition-colors duration-200 hover:bg-[#343541]/90 ${
|
||||
className={`flex w-full cursor-pointer items-center gap-3 rounded-lg p-3 text-[12px] leading-normal transition-colors duration-200 hover:bg-[#343541]/90 ${
|
||||
loading ? 'disabled:cursor-not-allowed' : ''
|
||||
} ${
|
||||
selectedConversation.id === conversation.id ? 'bg-[#343541]/90' : ''
|
||||
|
||||
Reference in New Issue
Block a user