From 1a378de267c2997e1103401485a05fc343f98a3d Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Fri, 30 Aug 2024 10:54:27 -0400 Subject: [PATCH] minor improvement --- components/InputSelect/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/InputSelect/styles.ts b/components/InputSelect/styles.ts index 1d6336a..f05f4a5 100644 --- a/components/InputSelect/styles.ts +++ b/components/InputSelect/styles.ts @@ -14,7 +14,7 @@ export const styles: StylesConfig = { ? "oklch(var(--p))" : "oklch(var(--nc))", }, - transition: "all 50ms", + transition: "all 100ms", }), control: (styles, state) => ({ ...styles,