Skip to content

Commit

Permalink
fix(card): update card padding (#103)
Browse files Browse the repository at this point in the history
update vertical card padding
  • Loading branch information
Evan Zarowitz authored May 17, 2019
1 parent 0e9132d commit ee0a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/components/card/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@import '../../global/typography';

@include exports('ray-card') {
$card-padding: 1rem;
$card-padding: 1.5rem 1rem;
$card-border-color: $ray-color-gray-10;

.#{$ray-class-prefix}card {
Expand Down

0 comments on commit ee0a533

Please sign in to comment.