diff options
author | 2021-01-17 01:12:41 +0300 | |
---|---|---|
committer | 2021-01-17 01:12:41 +0300 | |
commit | 998fbdfb1d421ef7440586c8101a32354442e7ab (patch) | |
tree | 7de5c4553f64a1c15fc02097eeabf31aead83f04 /src/commonStyles.tsx | |
parent | Rewrites Radios (diff) |
Updates Transition Speed
Increases select and deselect transition speeds for checkboxes, radios,
and selects.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/commonStyles.tsx')
-rw-r--r-- | src/commonStyles.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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` |