Skip to content

Commit

Permalink
Fixed issue with incorrect border. Fixes #35
Browse files Browse the repository at this point in the history
  • Loading branch information
ummahusla committed Oct 23, 2019
1 parent 47cd690 commit 583f989
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": "react-simple-card",
"version": "2.0.0",
"version": "2.0.1",
"description": "Simple React card component",
"author": "ummahusla",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/components/CardHeader/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
display: flex;
align-items: center;
padding: 10px 18px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin-top: 0;
}

0 comments on commit 583f989

Please sign in to comment.