fix: react-doctor no-large-animated-blur 19→0 (reduce blur radii to 8px), no-long-transition-duration 18→0 (animation durations 950ms)
This commit is contained in:
@@ -287,7 +287,7 @@ export default function FsmaReportModal({ brandId }: { brandId: string }) {
|
||||
className="absolute inset-0"
|
||||
style={{
|
||||
background: "linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.2) 100%)",
|
||||
backdropFilter: "blur(60px) saturate(180%)",
|
||||
backdropFilter: "blur(8px) saturate(180%)",
|
||||
}}
|
||||
/>
|
||||
|
||||
@@ -296,8 +296,8 @@ export default function FsmaReportModal({ brandId }: { brandId: string }) {
|
||||
className="relative w-full max-w-5xl rounded-2xl max-h-[90vh] flex flex-col"
|
||||
style={{
|
||||
background: "rgba(255, 255, 255, 0.92)",
|
||||
backdropFilter: "blur(40px) saturate(200%)",
|
||||
WebkitBackdropFilter: "blur(40px) saturate(200%)",
|
||||
backdropFilter: "blur(8px) saturate(200%)",
|
||||
WebkitBackdropFilter: "blur(8px) saturate(200%)",
|
||||
border: "1px solid rgba(255, 255, 255, 0.5)",
|
||||
boxShadow: `
|
||||
0 25px 50px -12px rgba(0, 0, 0, 0.25),
|
||||
|
||||
Reference in New Issue
Block a user