From 57f0487f651ad21419995907badfdf910a7b2379 Mon Sep 17 00:00:00 2001 From: katamaz Date: Mon, 31 Aug 2026 12:37:08 +0300 Subject: [PATCH] another animation improve --- src/trash/trash-components.jsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/trash/trash-components.jsx b/src/trash/trash-components.jsx index 5338442..d508841 100644 --- a/src/trash/trash-components.jsx +++ b/src/trash/trash-components.jsx @@ -126,7 +126,7 @@ export const DatePicker = (props) => { const layoutGroupId = useId(); return ( -
{ { if (apiFormatDate(props.date) != apiFormatDate(new Date())) trigger([ @@ -197,7 +199,9 @@ export const DatePicker = (props) => { @@ -214,7 +218,7 @@ export const DatePicker = (props) => { setDate={props.setDate} pink={props.pink} /> -
+ ); };