@luminati-io/uikit 3.0.5 → 3.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -23205,7 +23205,7 @@ var StyledIconButton = styled_components__WEBPACK_IMPORTED_MODULE_1___default().
|
|
23205
23205
|
displayName: "StyledIconButton",
|
23206
23206
|
componentId: "sc-114c1w5-0"
|
23207
23207
|
})(["display:flex;align-items:center;justify-content:center;border-radius:4px;padding:0;box-sizing:border-box;", " cursor:pointer;", ""], function (props) {
|
23208
|
-
return (0,_utils__WEBPACK_IMPORTED_MODULE_4__.toSize)(props
|
23208
|
+
return (0,_utils__WEBPACK_IMPORTED_MODULE_4__.toSize)(props.$variant == 'icon-button' ? 36 : 24);
|
23209
23209
|
}, function (props) {
|
23210
23210
|
var backColor = 'transparent';
|
23211
23211
|
var border = "1px solid ".concat(_theme__WEBPACK_IMPORTED_MODULE_6__["default"].color.gray_6);
|