Skip to content

Commit

Permalink
Fixed text input border issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbull committed Aug 11, 2016
1 parent e60d1cc commit e932ac7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.2.10 (August 11th, 2016)

- Quick fix for the macOS text input component border issue

## 0.2.9 (August 11th, 2016)

- Added macOS search field component
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-desktop",
"author": "Gabriel Bull",
"version": "0.2.9",
"version": "0.2.10",
"description": "React UI Components for macOS Sierra and Windows 10",
"main": "./index.js",
"keywords": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"html-webpack-plugin": "^2.22.0",
"jsdom": "^9.4.1",
"jsdom": "^9.4.2",
"mocha": "^3.0.2",
"react": "^15.3.0",
"react-addons-test-utils": "^15.3.0",
Expand Down
5 changes: 4 additions & 1 deletion src/textInput/macOs/styles/10.11.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ export default {
},

textFieldFocus: {
borderColor: '#64abda',
borderTopColor: '#64abda',
borderLeftColor: '#64abda',
borderRightColor: '#64abda',
borderBottomColor: '#64abda',
transition: 'border-color .22s ease-out'
},

Expand Down

0 comments on commit e932ac7

Please sign in to comment.