From 7f5f1401762d3d894488ecaae9b42c28ef8c4ec2 Mon Sep 17 00:00:00 2001 From: Chris Vanderloo Date: Fri, 3 Apr 2020 11:47:35 -0400 Subject: [PATCH] fixed some styling --- src/App.scss | 7 +++++++ src/Canvas.js | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/App.scss b/src/App.scss index 2939f5e..74b35c8 100644 --- a/src/App.scss +++ b/src/App.scss @@ -17,6 +17,13 @@ html, body, .App { transition: background-color 1s; } +input { + font-size: 1em; + highlight: none; + border-radius: 0; + outline: none; +} + button { background-color: #9AA899; border: none; diff --git a/src/Canvas.js b/src/Canvas.js index 44d56b7..9c84174 100644 --- a/src/Canvas.js +++ b/src/Canvas.js @@ -12,7 +12,7 @@ class Canvas extends React.Component { this.canvas = React.createRef(); this.deviceScale = window.devicePixelRatio this.state = { - + proof: this.props.proof, }; } -- 2.51.2