make tool name fonts consistent (#712)
This commit is contained in:
committed by
GitHub
parent
ae59813929
commit
4f2a1f7273
@@ -93,7 +93,7 @@ function EditDiffRenderer({
|
||||
<SquarePen className="h-3 w-3" />
|
||||
<p
|
||||
onClick={() => setExpanded()}
|
||||
className="text-xs font-mono overflow-x-auto flex-1 cursor-pointer"
|
||||
className="text-sm font-mono overflow-x-auto flex-1 cursor-pointer"
|
||||
>
|
||||
{path}{' '}
|
||||
<span style={{ color: 'hsl(var(--console-success))' }}>
|
||||
|
||||
@@ -102,7 +102,7 @@ const FileChangeRenderer = ({ path, change, expansionKey }: Props) => {
|
||||
{icon}
|
||||
<p
|
||||
onClick={() => expandable && setExpanded()}
|
||||
className="text-xs font-mono overflow-x-auto flex-1 cursor-pointer"
|
||||
className="text-sm font-light overflow-x-auto flex-1 cursor-pointer"
|
||||
>
|
||||
{titleNode}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user