856 B
856 B
id, title, status, assignee, created_date, labels, dependencies, references, priority
| id | title | status | assignee | created_date | labels | dependencies | references | priority | |
|---|---|---|---|---|---|---|---|---|---|
| ML-39 | Missing dark mode class in search_components.ex | Done | 2026-04-20 08:53 |
|
low |
Description
GitHub: created 2026-03-25 · updated 2026-03-25 · closed 2026-03-25
Description
At lib/music_library_web/components/search_components.ex:51, a paragraph has text-zinc-500 without the corresponding dark:text-zinc-400 class. Adjacent elements at lines 45 and 48 correctly pair light/dark classes.
Expected behavior
Add dark:text-zinc-400 to the class list at line 51, consistent with the project convention of always pairing dark mode variants.
Found during
Codebase consistency audit (2026-03-25)