Skip to content

Commit e7d62b9

Browse files
authored
style(buttonicon): fix primary buttonIcon size (#312)
* style(buttonicon): fix primary buttonIcon size * refactor(buttonicon): change primary buttonicon's padding to margin
1 parent 9ac558d commit e7d62b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/ButtonIcon/style.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ const large = <ButtonIconSize extends keyof ButtonIconSizeToTypes>(
154154
.MuiSvgIcon-root {
155155
height: ${iconSizes?.xl.height}px;
156156
width: ${iconSizes?.xl.height}px;
157-
${sdsType === "primary" ? `padding: 5px;` : ""}
157+
${sdsType === "primary" ? `margin: 5px;` : ""}
158158
}
159159
`;
160160
};

0 commit comments

Comments
 (0)