Make unimplemented buttons grey

This commit is contained in:
DD 2017-10-05 18:39:48 -04:00
parent 87eb78ad49
commit 01d1ddec9d

View file

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