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}