Skip to content

Commit

Permalink
Change CartSummaryBar GridIcon size to numeric
Browse files Browse the repository at this point in the history
per #32763
  • Loading branch information
lsl committed May 8, 2019
1 parent 934d10a commit c4808d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/my-sites/checkout/cart/cart-summary-bar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CartSummaryBar extends React.Component {
return (
<div>
<SectionHeader className="cart__header" label={ text }>
<Gridicon icon="cart" size="18" />
<Gridicon icon="cart" size={ 18 } />
</SectionHeader>
</div>
);
Expand Down

0 comments on commit c4808d4

Please sign in to comment.