Skip to content

Commit

Permalink
revert(select): removes size prop from pds-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kajabi-bot committed Aug 1, 2024
1 parent 6dd3806 commit 79eee40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
class="sage-select__arrow"
color="<%= SageTokens::COLOR_PALETTE[:CHARCOAL_100] %>"
name="caret-down"
size=""
></pds-icon>
<% if component.message.present? %>
<div class="sage-select__info">
Expand Down
1 change: 0 additions & 1 deletion packages/sage-react/lib/Select/Select.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ export const Select = ({
class="sage-select__arrow"
color={SageTokens.COLOR_PALETTE.CHARCOAL_100}
name="caret-down"
size=""
/>
{label && (
<label htmlFor={id} className="sage-select__label">{label}</label>
Expand Down

0 comments on commit 79eee40

Please sign in to comment.