Skip to content

Commit

Permalink
fix torchlight card border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfarrant committed Jan 9, 2025
1 parent d918379 commit b75de81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/Card/Card.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@

.Card--skew {
height: 100%;
border-radius: var(--brand-borderRadius-large);
border-radius: var(--brand-borderRadius-xlarge);
overflow: hidden;
}

Expand All @@ -157,7 +157,7 @@
}

.Card__skew-bounding {
border-radius: var(--brand-borderRadius-large);
border-radius: var(--brand-borderRadius-xlarge);
position: relative;
overflow: hidden;
z-index: 1;
Expand Down

0 comments on commit b75de81

Please sign in to comment.