771 B
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 |
|
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-mdwithshadow-sm
Suggestion
Pick one card style (e.g. rounded-lg without shadow, or rounded-md with shadow-sm) and apply consistently.