Skip to content

Commit

Permalink
revert(select): removes size prop from pds-icon (#1921)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Skinner <[email protected]>
  • Loading branch information
ju-Skinner and kajabi-bot authored Aug 1, 2024
1 parent 7021309 commit 4ac2e57
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 4ac2e57

Please sign in to comment.