Skip to content

Commit

Permalink
Merge pull request #5881 from ludoviccyril/master
Browse files Browse the repository at this point in the history
[FloatingActionButton] Get Rid of Thin White Border
  • Loading branch information
oliviertassinari committed Jan 6, 2017
2 parents 5f42b5e + e98e1d2 commit 75ad6dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/FloatingActionButton/FloatingActionButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function getStyles(props, context) {
root: {
transition: transitions.easeOut(),
display: 'inline-block',
backgroundColor: 'transparent',
},
container: {
backgroundColor,
Expand Down

0 comments on commit 75ad6dd

Please sign in to comment.