Skip to content

Commit

Permalink
✨ Remove cursor shape (#17)
Browse files Browse the repository at this point in the history
* ✨ Remove cursorShape

* ✅ Match snapshots

* 🔖 Bump version to 1.6.1

Fixes #16
  • Loading branch information
carloscuesta committed Nov 4, 2017
1 parent de00087 commit bbe682b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const decorateConfig = (config) => {

return Object.assign({}, config, {
cursorColor: theme.palette.red,
cursorShape: 'UNDERLINE',
foregroundColor: colors.foregroundColor,
backgroundColor: theme.background,
borderColor: colors.black,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyper-materialshell",
"version": "1.6.0",
"version": "1.6.1",
"description": "A material design theme for Hyper based on materialshell.",
"main": "index.js",
"xo": {
Expand Down
1 change: 0 additions & 1 deletion tests/__snapshots__/hyper-materialshell.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ Object {
.tab_active:before {border-color: #FF5252;}
",
"cursorColor": "#FF5252",
"cursorShape": "UNDERLINE",
"foregroundColor": "#A1B0B8",
"materialshell": Object {},
}
Expand Down

0 comments on commit bbe682b

Please sign in to comment.