Skip to content

Commit

Permalink
Readding variant handling for plain (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
johglove committed Jan 24, 2025
1 parent 056adc7 commit 70070ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/List/List.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const List = ({
const classes = classNames(
inline ? `${classPrefix}-inline` : classPrefix,
plain ? `${classPrefix}-plain` : "",
variant === "plain" && `${classPrefix}-plain`,
variant === "description" && `${classPrefix}-description`,
className,
);
Expand Down

0 comments on commit 70070ef

Please sign in to comment.