This commit is contained in:
DD 2017-10-10 17:27:18 -04:00
parent 4d0e2b4c44
commit 4d9ecb2a2c

View file

@ -76,12 +76,12 @@ class PaintEditorComponent extends React.Component {
<button <button
className={styles.button} className={styles.button}
> >
<font color="silver"> Front </ font> <font color="silver"> Front </font>
</button> </button>
<button <button
className={styles.button} className={styles.button}
> >
<font color="silver"> Back </ font> <font color="silver"> Back </font>
</button> </button>
</div> </div>
@ -90,12 +90,12 @@ class PaintEditorComponent extends React.Component {
<button <button
className={styles.button} className={styles.button}
> >
<font color="silver"> Group </ font> <font color="silver"> Group </font>
</button> </button>
<button <button
className={styles.button} className={styles.button}
> >
<font color="silver"> Ungroup </ font> <font color="silver"> Ungroup </font>
</button> </button>
</div> </div>
</div> </div>