From 998fbdfb1d421ef7440586c8101a32354442e7ab Mon Sep 17 00:00:00 2001 From: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> Date: Sun, 17 Jan 2021 01:12:41 +0300 Subject: Updates Transition Speed Increases select and deselect transition speeds for checkboxes, radios, and selects. Signed-off-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- src/commonStyles.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commonStyles.tsx') diff --git a/src/commonStyles.tsx b/src/commonStyles.tsx index 71bbd13..89a2746 100644 --- a/src/commonStyles.tsx +++ b/src/commonStyles.tsx @@ -29,7 +29,7 @@ const multiSelectInput = css` border: whitesmoke 0.2rem solid; background-color: whitesmoke; - transition: background-color 300ms; + transition: background-color 200ms; `; const textInputs = css` -- cgit v1.2.3