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}
onChange={(e) => setStroke(e.target.value)}
id="stroke"
/>
</p>
<p>
/>{" "}
<label htmlFor="fill">Fill: </label>
<input
type="color"