This commit is contained in:
lpf
2026-03-09 20:21:22 +08:00
parent 0b9192132f
commit 938e762c6b
22 changed files with 558 additions and 169 deletions

View File

@@ -253,7 +253,7 @@ const Cron: React.FC = () => {
animate={{ opacity: 1 }}
exit={{ opacity: 0 }}
onClick={() => setIsCronModalOpen(false)}
className="absolute inset-0 bg-black/60 backdrop-blur-sm"
className="ui-overlay-strong absolute inset-0 backdrop-blur-sm"
/>
<motion.div
initial={{ opacity: 0, scale: 0.95, y: 20 }}