@bitrise/bitkit 13.288.0 → 13.289.0
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/package.json
CHANGED
|
@@ -114,7 +114,7 @@ const Toggle = forwardRef<ToggleProps, 'div'>((props, ref) => {
|
|
|
114
114
|
{variant === 'fixed' && (
|
|
115
115
|
<>
|
|
116
116
|
<Box>
|
|
117
|
-
<FormLabel htmlFor={id} sx={css.label}>
|
|
117
|
+
<FormLabel pointerEvents="none" htmlFor={id} sx={css.label}>
|
|
118
118
|
{label}
|
|
119
119
|
</FormLabel>
|
|
120
120
|
{helperBlock()}
|