Skip to content

Commit

Permalink
less padding to textboxes
Browse files Browse the repository at this point in the history
fix #31
  • Loading branch information
gcanti committed Jun 23, 2015
1 parent 14e516f commit 5a3b5b7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
**Note**: Gaps between patch versions are faulty/broken releases.

## v0.2.1

- **Internal**
+ less padding to textboxes, #31

## v0.2.0

- **New Feature**
Expand Down
6 changes: 3 additions & 3 deletions lib/stylesheets/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var stylesheet = Object.freeze({
color: INPUT_COLOR,
fontSize: FONT_SIZE,
height: 36,
padding: 10,
padding: 7,
borderRadius: 4,
borderColor: BORDER_COLOR,
borderWidth: 1,
Expand All @@ -75,7 +75,7 @@ var stylesheet = Object.freeze({
color: INPUT_COLOR,
fontSize: FONT_SIZE,
height: 36,
padding: 10,
padding: 7,
borderRadius: 4,
borderColor: ERROR_COLOR,
borderWidth: 1,
Expand All @@ -85,7 +85,7 @@ var stylesheet = Object.freeze({
notEditable: {
fontSize: FONT_SIZE,
height: 36,
padding: 10,
padding: 7,
borderRadius: 4,
borderColor: BORDER_COLOR,
borderWidth: 1,
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": "tcomb-form-native",
"version": "0.2.0",
"version": "0.2.1",
"description": "react-native powered UI library for developing forms writing less code",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5a3b5b7

Please sign in to comment.