arengibook 2.4.595 → 2.4.596
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -36135,11 +36135,11 @@ var Dropdown = function Dropdown(_ref) {
|
|
|
36135
36135
|
var mappedOption = valueToOptionMap;
|
|
36136
36136
|
var iconColor = mappedOption.color ? inverseColor(mappedOption.color) : '#FFFFFF';
|
|
36137
36137
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
36138
|
+
className: 'badge select-badge',
|
|
36138
36139
|
style: _objectSpread2({
|
|
36139
36140
|
backgroundColor: mappedOption.color,
|
|
36140
36141
|
color: iconColor,
|
|
36141
36142
|
padding: '0.5rem',
|
|
36142
|
-
borderRadius: '1rem',
|
|
36143
36143
|
display: 'inline-block'
|
|
36144
36144
|
}, valueStyle)
|
|
36145
36145
|
}, /*#__PURE__*/React__default.createElement("span", {
|