@megha-ui/react 1.2.578 → 1.2.579
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.
|
@@ -259,7 +259,6 @@ const Dropdown = ({ options, selectedValues, onChange, placeholder = "Select..."
|
|
|
259
259
|
fontSize: labelFontSize,
|
|
260
260
|
fontWeight: labelFontWeight,
|
|
261
261
|
marginBottom: labelMarginBottom,
|
|
262
|
-
lineHeight: 1
|
|
263
262
|
};
|
|
264
263
|
const asteriskStyle = {
|
|
265
264
|
color: asteriskColor,
|
package/package.json
CHANGED