@yogiswara/honcho-editor-ui 3.6.1 → 3.6.2
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.
|
@@ -134,7 +134,7 @@ export default function HSliderDetailsMobile(props) {
|
|
|
134
134
|
color: colors.surface,
|
|
135
135
|
width: "40px", // Keep the fixed width for alignment
|
|
136
136
|
textAlign: "right", // Keep the text alignment
|
|
137
|
-
}, children: formatValue(props.sharpnessScore) })] }), _jsxs(Box, { sx: { position: 'relative', width: '100%' }, children: [_jsx("div", { style: {
|
|
137
|
+
}, children: formatValue(props.sharpnessScore, true) })] }), _jsxs(Box, { sx: { position: 'relative', width: '100%' }, children: [_jsx("div", { style: {
|
|
138
138
|
position: 'absolute',
|
|
139
139
|
top: "-5px",
|
|
140
140
|
bottom: "-5px",
|