Skip to content

Commit

Permalink
fix: correct card outline radius
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Nov 20, 2022
1 parent 1f58798 commit 72c57c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const Card = ({
pointerEvents="none"
style={[
{
borderRadius: roundness,
borderRadius,
borderColor,
},
styles.outline,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ exports[`Card renders an outlined card 1`] = `
Array [
Object {
"borderColor": "rgba(121, 116, 126, 1)",
"borderRadius": 4,
"borderRadius": 12,
},
Object {
"borderWidth": 1,
Expand Down

0 comments on commit 72c57c6

Please sign in to comment.