Skip to content

Commit

Permalink
chore(P): use className instead of style_type (#1899)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz committed Jan 13, 2023
1 parent e9304ef commit 995e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dnb-design-system-portal/src/shared/menu/Card.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export default class Card extends React.PureComponent {
<Span className={linkInnerStyle}>
<Span className={boxStyle}>
{Svg && <Svg />}
<P style_type="lead">{title}</P>
<P className="dnb-p--lead">{title}</P>
<P top="x-small">{about}</P>
</Span>

Expand Down

0 comments on commit 995e770

Please sign in to comment.