From 15d6ed252ff49abec7cb5972281037759ac96645 Mon Sep 17 00:00:00 2001 From: Fred Date: Tue, 30 Apr 2024 19:02:18 +0800 Subject: [PATCH] style: add transition --- app/components/Input/index.tsx | 2 +- app/components/Select/index.tsx | 2 +- app/components/Switch/index.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/Input/index.tsx b/app/components/Input/index.tsx index 04f86a826..9e28e886a 100644 --- a/app/components/Input/index.tsx +++ b/app/components/Input/index.tsx @@ -57,7 +57,7 @@ export default function Input(props: CommonInputProps & InputProps) { return (
(props: SearchProps) => { className={selectClassName} >
diff --git a/app/components/Switch/index.tsx b/app/components/Switch/index.tsx index 5f88c3f43..395e58bb8 100644 --- a/app/components/Switch/index.tsx +++ b/app/components/Switch/index.tsx @@ -15,7 +15,7 @@ export default function Switch(props: SwitchProps) {