mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
Revert "Make unimplemented buttons grey"
This reverts commit c320a0b6416887b916853d6265cc123bca776b57.
This commit is contained in:
parent
affe8463be
commit
1d0ffef40f
1 changed files with 4 additions and 4 deletions
|
@ -76,12 +76,12 @@ class PaintEditorComponent extends React.Component {
|
|||
<button
|
||||
className={styles.button}
|
||||
>
|
||||
<font color="silver"> Front </font>
|
||||
Front
|
||||
</button>
|
||||
<button
|
||||
className={styles.button}
|
||||
>
|
||||
<font color="silver"> Back </font>
|
||||
Back
|
||||
</button>
|
||||
</div>
|
||||
|
||||
|
@ -90,12 +90,12 @@ class PaintEditorComponent extends React.Component {
|
|||
<button
|
||||
className={styles.button}
|
||||
>
|
||||
<font color="silver"> Group </font>
|
||||
Group
|
||||
</button>
|
||||
<button
|
||||
className={styles.button}
|
||||
>
|
||||
<font color="silver"> Ungroup </font>
|
||||
Ungroup
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue