change edit button to green

This commit is contained in:
Barry Gitarts 2019-11-25 11:22:01 -05:00
parent 937d8e9896
commit f1eafb8d40
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ const styles = theme => ({
},
edit: {
gridColumnStart: 12,
color: '#4360DF',
color: theme.palette.primary[500],
fontSize: '15px'
},
formControl: {