From 2c57f1403ede049a65cd009419820e0fcc5e7364 Mon Sep 17 00:00:00 2001 From: Bash Elliott Date: Fri, 20 Jan 2023 11:26:53 +1100 Subject: [PATCH] Update formatting --- src/App.jsx | 4 ++-- src/bubble-input.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index c286d8c..bca307d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -61,9 +61,9 @@ function App() {
-

Fill

+

Fill

-

Stroke

+

Stroke

diff --git a/src/bubble-input.jsx b/src/bubble-input.jsx index ee8fd21..c0fda35 100644 --- a/src/bubble-input.jsx +++ b/src/bubble-input.jsx @@ -42,7 +42,7 @@ const BubbleInput = ({ onChange, onSubmit, value, fillColour, strokeColour }) => ref={refEditable} className="bubble-content" contentEditable - style={{backgroundColor: fillColour, color: strokeColour}} + style={{backgroundColor: fillColour, color: strokeColour}} spellCheck="false" onBlur={handleBlur} onKeyDown={handleKeyDown}