From 6c974b237a9b7a8bd8f294d210157e19acf4c7fe Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Fri, 5 Mar 2021 23:50:11 -0800 Subject: button styling --- frontend/src/components/Inputs/shared.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'frontend/src/components/Inputs/shared.js') diff --git a/frontend/src/components/Inputs/shared.js b/frontend/src/components/Inputs/shared.js index 4239e89..2f6ee3f 100644 --- a/frontend/src/components/Inputs/shared.js +++ b/frontend/src/components/Inputs/shared.js @@ -2,14 +2,9 @@ import styled from "styled-components"; import React from "react"; import FloatingLabel from "../decorators/FloatingLabel"; -export const Wrapper = styled.div` - display: block; - margin-left: 2em; -` - -export const Labelled = ({label, value, children}) => +export const Labelled = ({label, value, children}) =>
{label} {children} - \ No newline at end of file +
\ No newline at end of file -- cgit v1.2.3