Skip to content

Commit

Permalink
fix(combobox): updated all button icons to include spacing utility
Browse files Browse the repository at this point in the history
  • Loading branch information
ishakasliwal committed Oct 25, 2017
1 parent fbf6edc commit 69839b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/components/button-icons/base/example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export let ButtonIcon = props => (
/>
{props.hasDropdown ? (
<SvgIcon
className="slds-button__icon slds-button__icon_x-small"
className="slds-button__icon slds-button__icon_x-small slds-m-left_xx-small"
sprite="utility"
symbol="down"
/>
Expand Down
2 changes: 1 addition & 1 deletion ui/components/color-picker/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const ColorPickerSummary = props => {
>
<Swatch color="hsl(220, 46%, 55%)" suppressAssistiveText />
<SvgIcon
className="slds-button__icon slds-button__icon_small"
className="slds-button__icon slds-button__icon_small slds-m-left_xx-small"
sprite="utility"
symbol="down"
/>
Expand Down

0 comments on commit 69839b2

Please sign in to comment.