Skip to content

Commit

Permalink
Merge pull request #156 from dabapps/form-element-contrast
Browse files Browse the repository at this point in the history
Form element contrast
  • Loading branch information
alpower authored Nov 9, 2017
2 parents 2bc2214 + eae5338 commit 6f42401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "roe",
"version": "0.8.21",
"version": "0.8.22",
"description": "A Collection of React Components for Project Development",
"main": "dist/js/index.js",
"types": "dist/js/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/less/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
/* @group Borders */

@border-radius-base: 2px;
@border-base: 1px solid @grey-lighter;
@border-base: 1px solid @grey-light;
@border-none: 0;

/* @end Borders */
Expand Down

0 comments on commit 6f42401

Please sign in to comment.