Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #8654 from luixxiul/fix-commonFormBottomWrapper-ra…
Browse files Browse the repository at this point in the history
…dius

Fix border-radius of commonFormBottomWrapper
Closes #8649
  • Loading branch information
cezaraugusto authored May 3, 2017
2 parents fd8ecb0 + 2e1162a commit c559e77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/renderer/components/common/commonForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,8 @@ const styles = StyleSheet.create({
commonFormBottomWrapper: {
margin: 0,
padding: `${globalStyles.spacing.dialogInsideMargin} 30px`,
background: globalStyles.color.commonFormBottomWrapperBackground
background: globalStyles.color.commonFormBottomWrapperBackground,
borderRadius: `0 0 ${globalStyles.radius.borderRadius} ${globalStyles.radius.borderRadius}`
}
})

Expand Down

0 comments on commit c559e77

Please sign in to comment.