feat: US-007 - Reduce backdrop blur intensity by ~50%

This commit is contained in:
2026-02-15 14:23:56 +00:00
parent cd7184cfd4
commit 274188b6aa
3 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -113,7 +113,7 @@
"Verify in browser using dev-browser skill"
],
"priority": 7,
"passes": false,
"passes": true,
"notes": "The blur is in two places in LoginScreen.tsx: the initial style (backdropFilter: blur(20px)) and the exit animation (animates from blur(20px) to blur(0px)). Extract the blur value to a constant like BACKDROP_BLUR_PX = 10, then reference it in both places."
},
{