Skip to content

Commit

Permalink
fix(demo): add style to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Aug 10, 2023
1 parent 28fba0b commit 409fb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SlightCapture.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const SlightCaptureVideo = () => {
<h1>Slight Capture</h1>
<div>
{state.url &&<>
<p>{formatSizeUnits(state.size)}</p>
<p style={{"fontSize":"1.2em", "color": "green" }} >Image size: {formatSizeUnits(state.size)}</p>
<img style={{"maxWidth": "800px"}} src={state.url} alt="image found"/>
</>
}
Expand Down

0 comments on commit 409fb31

Please sign in to comment.