fix(app): use medium font for filetree items
This commit is contained in:
parent
9babdb80cf
commit
fca0825b71
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ export default function FileTree(props: {
|
||||||
{local.children}
|
{local.children}
|
||||||
<span
|
<span
|
||||||
classList={{
|
classList={{
|
||||||
"flex-1 min-w-0 text-12-regular whitespace-nowrap truncate": true,
|
"flex-1 min-w-0 text-12-medium whitespace-nowrap truncate": true,
|
||||||
"text-text-weaker": local.node.ignored,
|
"text-text-weaker": local.node.ignored,
|
||||||
"text-text-weak": !local.node.ignored,
|
"text-text-weak": !local.node.ignored,
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue