I want to make this 'check details' button responsive. I would like to see button to goes next line with full width with input for small screens. How can I make that rightSectionresponsive?
Note: this is inside a modal
<TextInput
icon={<IconChecks size="1.1rem" stroke={1.5} />}
size="md"
rightSection={<Button mr={100}>Check Details</Button>}
placeholder="check details"
rightSectionWidth={42}
value={'lorem test test test'}
/>