File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @nl-rvo/css-card-experimental " : patch
3+ " @nl-rvo/css-card " : patch
4+ " @nl-rvo/component-library-react " : patch
5+ ---
6+
7+ Card Component padding default is changes from none to md
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export const CardExperimental: React.FC<ICardProps> & CardComponents = ({
3535 invertedColors = false ,
3636 onClick,
3737 outline = false ,
38- padding = 'none ' ,
38+ padding = 'md ' ,
3939 children,
4040} ) => {
4141 // the card image component
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export const defaultArgs: ICardProps = {
1212 link : '' ,
1313 LinkComponent : undefined ,
1414 outline : false ,
15- padding : 'none ' ,
15+ padding : 'md ' ,
1616 showLinkIndicator : true ,
1717 title : '' ,
1818} ;
You can’t perform that action at this time.
0 commit comments