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