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
@@ -219,7 +219,7 @@ const executeCommand = (command: string) => {
text-overflow: ellipsis;
margin-right: 10px;
flex-grow: 1;
font-family: var(--font-family-mono, monospace); /* Use mono font variable */
font-family: var(--font-family-sans-serif);
font-size: 0.9em;
color: var(--text-color); /* Use standard text color */
}
@@ -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 */
}