Skip to content

Commit

Permalink
chore(textarea): remove duplicating custom class
Browse files Browse the repository at this point in the history
  • Loading branch information
marissahuysentruyt committed Oct 31, 2024
1 parent cbae134 commit f447101
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/textfield/stories/textarea.template.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const Template = ({
} = {}, context = {}) => Textfield({
customClasses: [
rootClass,
typeof size !== "undefined" ? `${rootClass}--size${size.toUpperCase()}` : null,
...customClasses
],
size,
Expand Down

0 comments on commit f447101

Please sign in to comment.