feat: US-008 - Align login card border radius and shadow with dashboard design system

This commit is contained in:
2026-02-15 14:26:53 +00:00
parent 274188b6aa
commit fc1581a9ff
3 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -129,7 +129,7 @@
"Verify in browser using dev-browser skill"
],
"priority": 8,
"passes": false,
"passes": true,
"notes": "Check index.css for whether --radius-card and --radius-sm exist as CSS custom properties. If not, use the hardcoded values (8px and 6px) directly. The card shadow is currently set via inline style — update to the shadow-lg value. The login card borderRadius is in the card's inline style object."
},
{