aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/components/Form/Input.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/components/Form/Input.js')
-rw-r--r--frontend/src/components/Form/Input.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/Form/Input.js b/frontend/src/components/Form/Input.js
index e000cfb..7c9e413 100644
--- a/frontend/src/components/Form/Input.js
+++ b/frontend/src/components/Form/Input.js
@@ -1,5 +1,5 @@
import styled from 'styled-components'
-import {Border, DropShadow, InputLike, Rounded} from "./mixins";
+import {Border, DropShadow, InputLike, Rounded, Transition} from "./mixins";
export const Input = styled.input`
${Border}