SizeInput: update style to match spec

This commit is contained in:
rektdeckard
2020-07-29 12:23:13 -04:00
parent c538766794
commit 2ad1e01641
2 changed files with 30 additions and 23 deletions

View File

@@ -20,7 +20,7 @@ const SizeInput: React.FC<SizeInputProps> = () => {
return (
<div className="size-bar">
<label htmlFor="size-input">{`Size: ${size}px`}</label>
<label htmlFor="size-input">{`${size}px`}</label>
<input
id="size-input"
value={size}