Files
music_library/backlog/completed/ml-56 - Standardize-card-border-radius-and-shadow.md
T
2026-05-04 21:22:27 +01:00

771 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-56 Standardize card border-radius and shadow Done
2026-04-20 08:54
https://github.com/cloud8421/music_library/issues/119
medium

Description

GitHub: created 2026-03-16 · updated 2026-03-16 · closed 2026-03-16

Problem

Card/panel components use inconsistent rounding and shadows:

  • Record set cards (record_set_live/index.ex:274): rounded-lg, no shadow
  • Stats top-by-period (stats_live/top_by_period.ex:75): rounded-md with shadow-sm

Suggestion

Pick one card style (e.g. rounded-lg without shadow, or rounded-md with shadow-sm) and apply consistently.