style: set IconButton stroke colors to comet

fix: replaced edit buttons of the BooleanPropertiesTable component and
Contact Info and Terms & Conditions pages
This commit is contained in:
Liordino Neto 2020-10-28 00:36:54 -03:00 committed by Josh Harvey
parent a1cc7cad13
commit fbd075723a
5 changed files with 40 additions and 27 deletions

View file

@ -7,16 +7,18 @@ const { p } = typographyStyles
const styles = {
header: {
display: 'flex',
'& > p': {
marginTop: 0
alignItems: 'center',
position: 'relative',
flex: 'wrap'
},
transparentButton: {
'& > *': {
margin: 'auto 12px'
},
'& > div': {
marginLeft: 20,
'& > button': {
border: 'none',
backgroundColor: 'transparent',
cursor: 'pointer'
}
'& button': {
border: 'none',
backgroundColor: 'transparent',
cursor: 'pointer'
}
},
section: {