change edit button to green
This commit is contained in:
parent
937d8e9896
commit
f1eafb8d40
|
@ -70,7 +70,7 @@ const styles = theme => ({
|
||||||
},
|
},
|
||||||
edit: {
|
edit: {
|
||||||
gridColumnStart: 12,
|
gridColumnStart: 12,
|
||||||
color: '#4360DF',
|
color: theme.palette.primary[500],
|
||||||
fontSize: '15px'
|
fontSize: '15px'
|
||||||
},
|
},
|
||||||
formControl: {
|
formControl: {
|
||||||
|
|
Loading…
Reference in New Issue