Use mono font for update status to match panel style
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
436a009059
commit
c773eddea4
1 changed files with 1 additions and 1 deletions
|
|
@ -240,7 +240,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.update-status-title {
|
.update-status-title {
|
||||||
font-family: var(--font-ui);
|
font-family: var(--font-mono);
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue