mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-22 08:37:28 +08:00
fix ui
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user