Skip to content

Commit cd0821f

Browse files
authored
Merge pull request #2947 from SUI-Components/card-radius
fix(components/atom/card): border radius
2 parents e8fc496 + d36e2c3 commit cd0821f

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

components/atom/card/src/Card.Root.styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ $base-class-element-panel: '#{$base-class}-Panel';
3737

3838
#{$base-class-element-panel} {
3939
grid-area: 1 / 1;
40+
border-radius: $bdrs-atom-card;
4041
}
4142

4243
&-design {

package-lock.json

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)