Revert "Make unimplemented buttons grey"

This reverts commit c320a0b6416887b916853d6265cc123bca776b57.
This commit is contained in:
DD 2017-10-12 11:09:26 -04:00
parent affe8463be
commit 1d0ffef40f

View file

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