From 0568ee72bd05ed16cf5250a444d936821c42b524 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Mon, 25 May 2020 23:05:04 -0700 Subject: various fixes --- frontend/src/components/Err.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'frontend/src/components/Err.js') diff --git a/frontend/src/components/Err.js b/frontend/src/components/Err.js index dc78398..c87f6a8 100644 --- a/frontend/src/components/Err.js +++ b/frontend/src/components/Err.js @@ -4,7 +4,6 @@ import styled, { css } from 'styled-components' const ErrMsg = styled.p` display: inline; font-weight: 700; - margin-left: 2em; color: #ff3333; opacity: 0; transition: opacity 0.3s cubic-bezier(.25,.8,.25,1); @@ -23,7 +22,7 @@ class Error extends React.Component { this.state = { active: false, - msg: '', + msg: ' ', }; this.showMessage = this.showMessage.bind(this); -- cgit v1.2.3