aboutsummaryrefslogtreecommitdiff
path: root/src/components/input.style.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/input.style.js')
-rw-r--r--src/components/input.style.js12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/components/input.style.js b/src/components/input.style.js
index 7db50b66..985d5412 100644
--- a/src/components/input.style.js
+++ b/src/components/input.style.js
@@ -1,14 +1,4 @@
-const border = (top, shadow) => ({
- x: 0,
- y: top ? 1 : -1,
- blur: 0,
- spread: 0,
- color: shadow ? '#000000' : '#FFFFFF',
- alpha: 0.2,
- inset: true
-})
-
-const inputInsetFakeBorders = [border(true, true), border(false, false)]
+const inputInsetFakeBorders = ['$borderSide(#FFFFFF, bottom, 0.2)', '$borderSide(#000000, top, 0.2)']
const hoverGlow = {
x: 0,