fix(panels): align font sizes, border-radius, and font-family with app style (#2122)

* fix(panels): align font sizes, border-radius, and font-family with app style

Telegram Intel, Daily Market Brief, Stock Analysis, and Backtesting panels
were using inconsistent styling compared to the rest of the dashboard.

- telegram-intel-text: 13px -> 12px (match body font size)
- DailyMarketBriefPanel summary: 13px -> 12px; border-radius 12px -> 4px
- StockAnalysisPanel/StockBacktestPanel: font-family:monospace -> var(--font-mono)
  so ticker/signal badges respect the user's font preference toggle

* fix(map): replace hardcoded font-family:monospace with var(--font-mono) in tooltips
This commit is contained in:
Elie Habib
2026-03-23 10:16:23 +04:00
committed by GitHub
parent 5ec56065fd
commit efb3afd809
6 changed files with 11 additions and 11 deletions

View File

@@ -19539,7 +19539,7 @@ body.has-breaking-alert .panels-grid {
}
.telegram-intel-text {
font-size: 13px;
font-size: 12px;
line-height: 1.5;
color: var(--text);
margin-bottom: 8px;