fix: btn display

This commit is contained in:
Mohamed Marrouchi
2024-12-17 14:16:23 +01:00
parent 84f25ecfb1
commit 6e7200dfba
4 changed files with 93 additions and 106 deletions

View File

@@ -41,7 +41,7 @@ export const ToggleableInput = forwardRef(
}, [readOnlyValue, isDisabled, defaultValue]);
return (
<Box display="flex">
<Box display="flex" flex={1}>
<Switch
onChange={() => {
const newIsDisabled = !isDisabled;