Skip to content

Commit

Permalink
bump version to 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
medhatnar committed Oct 26, 2017
1 parent 5f8d477 commit 38df3b1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.6.8
**2017-10-13**
* Updated form label text to match new Vimeo text colors.

### 1.6.7
**2017-10-13**
* Updated form label text to match new Vimeo text colors.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.7
1.6.8
4 changes: 2 additions & 2 deletions dist/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
cursor: default; }
.form label {
display: block;
color: #5E7887;
color: #8699a6;
font-size: 14px;
margin-bottom: 5px; }
.form input[type="text"],
Expand All @@ -62,7 +62,7 @@
height: 40px;
width: 100%;
padding: 6px 15px;
color: #5E7887;
color: #8699a6;
font-size: 14px;
background-color: #fff;
border: 1px solid #e3e8e9;
Expand Down
4 changes: 2 additions & 2 deletions dist/quartz.css
Original file line number Diff line number Diff line change
Expand Up @@ -3335,7 +3335,7 @@ hr.column {
cursor: default; }
.form label {
display: block;
color: #5E7887;
color: #8699a6;
font-size: 14px;
margin-bottom: 5px; }
.form input[type="text"],
Expand All @@ -3347,7 +3347,7 @@ hr.column {
height: 40px;
width: 100%;
padding: 6px 15px;
color: #5E7887;
color: #8699a6;
font-size: 14px;
background-color: #fff;
border: 1px solid #e3e8e9;
Expand Down
2 changes: 1 addition & 1 deletion dist/quartz.min.css

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": "@vhx/quartz",
"version": "1.6.7",
"version": "1.6.8",
"description": "VHX Style Guide and JS Components.",
"homepage": "https://github.com/vhx/quartz",
"author": "VHX",
Expand Down
4 changes: 2 additions & 2 deletions quartz-css/forms/styles/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
...................................*/
label {
display: block;
color: $gray-6;
color: $regent-gray;
font-size: 14px;
margin-bottom: 5px;
}
Expand All @@ -43,7 +43,7 @@
width: 100%;
padding: 6px 15px;

color: $gray-6;
color: $regent-gray;
font-size: 14px;
background-color: $white;
border: 1px solid $porcelain;
Expand Down

0 comments on commit 38df3b1

Please sign in to comment.