From 7a671bc96ef06df3da3d2dce3caca559f32c6627 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Fri, 5 Mar 2021 23:12:28 -0800 Subject: text area styling --- frontend/src/components/Form/Input.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'frontend/src/components/Form/Input.js') diff --git a/frontend/src/components/Form/Input.js b/frontend/src/components/Form/Input.js index 86af7d1..4dbc002 100644 --- a/frontend/src/components/Form/Input.js +++ b/frontend/src/components/Form/Input.js @@ -1,3 +1,10 @@ -import {RelPositioning} from "../Inputs/shared"; import React from "react"; +import styled from 'styled-components' +import {Border, DropShadow, InputLike, Rounded} from "./mixins"; +export const Input = styled.input` + ${Border} + ${Rounded} + ${DropShadow} + ${InputLike} +` \ No newline at end of file -- cgit v1.2.3