mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 21:42:30 -05:00
Make unimplemented buttons grey
This commit is contained in:
parent
87eb78ad49
commit
01d1ddec9d
1 changed files with 4 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue