Skip to content

Commit 4b82e2b

Browse files
authored
fix torchlight card border radius (#885)
1 parent d918379 commit 4b82e2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react/src/Card/Card.module.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144

145145
.Card--skew {
146146
height: 100%;
147-
border-radius: var(--brand-borderRadius-large);
147+
border-radius: var(--brand-borderRadius-xlarge);
148148
overflow: hidden;
149149
}
150150

@@ -157,7 +157,7 @@
157157
}
158158

159159
.Card__skew-bounding {
160-
border-radius: var(--brand-borderRadius-large);
160+
border-radius: var(--brand-borderRadius-xlarge);
161161
position: relative;
162162
overflow: hidden;
163163
z-index: 1;

0 commit comments

Comments
 (0)