fix(timeline): register border color in Tailwind theme
The timeline line used `bg-border` but `--color-border` was missing from the @theme block, so Tailwind never generated the utility class and the line was invisible.
This commit is contained in:
parent
f1cdf75eaf
commit
05c33ed533
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@
|
|||
--color-text: var(--text);
|
||||
--color-text-secondary: var(--text-secondary);
|
||||
--color-text-muted: var(--text-muted);
|
||||
--color-border: var(--border);
|
||||
}
|
||||
|
||||
/* ── Base: default border color ────────────────────────────────── */
|
||||
|
|
|
|||
Loading…
Reference in a new issue