Skip to content

Commit

Permalink
Expose button style for customization
Browse files Browse the repository at this point in the history
  • Loading branch information
Bakti Aditya committed Nov 25, 2017
1 parent 0876476 commit 961e1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/info/src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ export default class Story extends React.Component {

_renderOverlay() {
const buttonStyle = {
...stylesheet.button.base,
...stylesheet.button.topRight,
...this.state.stylesheet.button.base,
...this.state.stylesheet.button.topRight,
};

const infoStyle = Object.assign({}, stylesheet.info);
Expand Down

0 comments on commit 961e1b9

Please sign in to comment.