aboutsummaryrefslogtreecommitdiffstats
path: root/src/commonStyles.tsx
diff options
context:
space:
mode:
authorGravatar Hassan Abouelela <[email protected]>2021-01-17 01:12:41 +0300
committerGravatar Hassan Abouelela <[email protected]>2021-01-17 01:12:41 +0300
commit998fbdfb1d421ef7440586c8101a32354442e7ab (patch)
tree7de5c4553f64a1c15fc02097eeabf31aead83f04 /src/commonStyles.tsx
parentRewrites 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.tsx2
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`