Files
music_library/backlog/completed/ml-39 - Missing-dark-mode-class-in-search_components.ex.md
T
2026-05-04 21:22:27 +01:00

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
https://github.com/cloud8421/music_library/issues/138
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)