Skip to content

Commit 74bee5b

Browse files
author
Factory Bot
committed
fix: use DM Sans font without uppercase for explorer title
1 parent efb36c4 commit 74bee5b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cortex-gui/src/components/FileExplorer.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3179,12 +3179,10 @@ export function FileExplorer(props: FileExplorerProps) {
31793179
<div style={{ display: "flex", "align-items": "center", gap: "4px" }}>
31803180
<span
31813181
style={{
3182-
"font-family": "var(--figma-font-sans, Inter, sans-serif)",
3182+
"font-family": "'DM Sans', sans-serif",
31833183
"font-size": "12px",
31843184
"font-weight": "600",
31853185
color: "var(--figma-text-secondary, #A0A0A0)",
3186-
"text-transform": "uppercase",
3187-
"letter-spacing": "0.5px",
31883186
}}
31893187
>
31903188
{explorerTitle()}

0 commit comments

Comments
 (0)