fix: use TEXT color for implication body in subtext_card
Browse files- 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:{
|
| 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>'
|