Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
fix(ThinCard): Fix style bug introduced by previous change (#265)
Browse files Browse the repository at this point in the history
The snapshot correctly caught this, so reverting the snapshot back and fixing the bug.
  • Loading branch information
bespokebob authored Jul 26, 2018
1 parent 4e2a1a5 commit 29465fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified snaps/ref/ThinCard-simple-card-example-chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/ThinCard/ThinCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const ThinCard = props => {
className={classnames(
'octagon',
'thincard__row',
{ thincard__noborder: !border, thincard__folderpad: border },
{ thincard__noborder: !border, thincard__folderpad: folder },
className
)}
>
Expand Down

0 comments on commit 29465fe

Please sign in to comment.