mirror of
https://github.com/m1ngsama/chat-bubbles-for-yt.git
synced 2025-12-24 10:51:21 +00:00
Update formatting
This commit is contained in:
parent
c40ab4f703
commit
2c57f1403e
2 changed files with 3 additions and 3 deletions
|
|
@ -61,9 +61,9 @@ function App() {
|
|||
</Chat>
|
||||
|
||||
<div className="picker">
|
||||
<p>Fill</p>
|
||||
<p>Fill</p>
|
||||
<SketchPicker color={fillColour} onChange={handleFillColourChange}/>
|
||||
<p>Stroke</p>
|
||||
<p>Stroke</p>
|
||||
<SketchPicker color={strokeColour} onChange={handleStrokeColourChange}/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue