This commit is contained in:
Baobhan Sith
2025-04-17 23:36:12 +08:00
parent 643a53fd8e
commit 5e2762036a
3 changed files with 19 additions and 2 deletions
@@ -296,7 +296,7 @@ const executeCommand = (command: QuickCommandFE) => {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-family: var(--font-family-mono, monospace); /* Use mono font variable */
font-family: var(--font-family-sans-serif);
font-size: 0.85em;
color: var(--text-color-secondary); /* Use standard secondary text color */
}