Skip to content

Commit

Permalink
Styles, 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed May 13, 2019
1 parent f48d2c6 commit ed0eed5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export default class App extends React.Component {
<div id="root">
<div id="embed">
</div>
<div id="expand-button" className="sk-button sk-secondary no-border" onClick={this.toggleHeight.bind(this)}>
<div id="expand-button" className="sk-button contrast no-border" onClick={this.toggleHeight.bind(this)}>
<div className="sk-label">{this.state.expanded ? "▲" : "▼"}</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion dist/dist.js
Original file line number Diff line number Diff line change
Expand Up @@ -1153,7 +1153,7 @@ var App = function (_React$Component) {
_react2.default.createElement("div", { id: "embed" }),
_react2.default.createElement(
"div",
{ id: "expand-button", className: "sk-button sk-secondary no-border", onClick: this.toggleHeight.bind(this) },
{ id: "expand-button", className: "sk-button contrast no-border", onClick: this.toggleHeight.bind(this) },
_react2.default.createElement(
"div",
{ className: "sk-label" },
Expand Down
2 changes: 1 addition & 1 deletion dist/dist.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sn-filesafe",
"version": "2.0.1",
"version": "2.0.2",
"main": "dist/dist.js",
"scripts": {
"lint": "eslint --cache --ignore-path .gitignore --ext .jsx,.js --format=node_modules/eslint-formatter-pretty .",
Expand Down

0 comments on commit ed0eed5

Please sign in to comment.