Viney commited on
Commit
e7400fb
Β·
1 Parent(s): d10b366

fix: use TEXT color for implication body in subtext_card

Browse files
Files changed (1) hide show
  1. dashboard/components.py +1 -1
dashboard/components.py CHANGED
@@ -655,7 +655,7 @@ def subtext_card(item: dict) -> None:
655
  # ── Γ€ SURVEILLER ──────────────────────────────────────────────────
656
  f'<div style="margin-bottom:10px;">'
657
  f'{eyebrow_label("Γ€ surveiller", AMBER)}'
658
- f'<div style="font-size:{FS_BODY};color:{TEXT_MUTED};line-height:1.55;margin-top:4px;">'
659
  f'{implication}'
660
  f'</div>'
661
  f'</div>'
 
655
  # ── Γ€ SURVEILLER ──────────────────────────────────────────────────
656
  f'<div style="margin-bottom:10px;">'
657
  f'{eyebrow_label("Γ€ surveiller", AMBER)}'
658
+ f'<div style="font-size:{FS_BODY};color:{TEXT};line-height:1.55;margin-top:4px;">'
659
  f'{implication}'
660
  f'</div>'
661
  f'</div>'