Use one paragraph for stroke and fill

pull/1/head
Atul Varma 2021-02-03 20:26:17 -05:00
rodzic 2d1fb67839
commit 63f3c2be88
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -53,9 +53,7 @@ const App: React.FC<{}> = () => {
value={stroke} value={stroke}
onChange={(e) => setStroke(e.target.value)} onChange={(e) => setStroke(e.target.value)}
id="stroke" id="stroke"
/> />{" "}
</p>
<p>
<label htmlFor="fill">Fill: </label> <label htmlFor="fill">Fill: </label>
<input <input
type="color" type="color"