fix: fix fonts (#194)
* fix: hotfix fonts * chore: set normal line height
This commit is contained in:
committed by
GitHub
parent
ff13a3eab8
commit
c0b1b2eadb
@@ -100,7 +100,7 @@ export const Folder: FC<Props> = ({
|
||||
return (
|
||||
<div>
|
||||
<div
|
||||
className={`mb-1 flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2 text-sidebar transition-colors duration-200 hover:bg-[#343541]/90`}
|
||||
className={`mb-1 flex cursor-pointer items-center gap-3 rounded-lg px-3 py-2 text-[12px] leading-normal transition-colors duration-200 hover:bg-[#343541]/90`}
|
||||
onClick={() => setIsOpen(!isOpen)}
|
||||
onDrop={(e) => handleDrop(e, currentFolder)}
|
||||
onDragOver={allowDrop}
|
||||
|
||||
Reference in New Issue
Block a user