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:
parent
a1cc7cad13
commit
fbd075723a
5 changed files with 40 additions and 27 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue