Skip to content

Commit 69839b2

Browse files
author
Isha Kasliwal
committed
fix(combobox): updated all button icons to include spacing utility
1 parent fbf6edc commit 69839b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ui/components/button-icons/base/example.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export let ButtonIcon = props => (
3232
/>
3333
{props.hasDropdown ? (
3434
<SvgIcon
35-
className="slds-button__icon slds-button__icon_x-small"
35+
className="slds-button__icon slds-button__icon_x-small slds-m-left_xx-small"
3636
sprite="utility"
3737
symbol="down"
3838
/>

ui/components/color-picker/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export const ColorPickerSummary = props => {
8686
>
8787
<Swatch color="hsl(220, 46%, 55%)" suppressAssistiveText />
8888
<SvgIcon
89-
className="slds-button__icon slds-button__icon_small"
89+
className="slds-button__icon slds-button__icon_small slds-m-left_xx-small"
9090
sprite="utility"
9191
symbol="down"
9292
/>

0 commit comments

Comments
 (0)