We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf6edc commit 69839b2Copy full SHA for 69839b2
ui/components/button-icons/base/example.jsx
@@ -32,7 +32,7 @@ export let ButtonIcon = props => (
32
/>
33
{props.hasDropdown ? (
34
<SvgIcon
35
- className="slds-button__icon slds-button__icon_x-small"
+ className="slds-button__icon slds-button__icon_x-small slds-m-left_xx-small"
36
sprite="utility"
37
symbol="down"
38
ui/components/color-picker/index.jsx
@@ -86,7 +86,7 @@ export const ColorPickerSummary = props => {
86
>
87
<Swatch color="hsl(220, 46%, 55%)" suppressAssistiveText />
88
89
- className="slds-button__icon slds-button__icon_small"
+ className="slds-button__icon slds-button__icon_small slds-m-left_xx-small"
90
91
92
0 commit comments