refactor: add title to Section in TextBoxControls

This commit is contained in:
Abhinav Kumar
2025-07-05 18:44:20 +05:30
parent 00840e12d3
commit 1bc1e5eb99

View File

@@ -50,7 +50,7 @@ export const TextBoxControls = ({ id }: Props) => {
>
<CloseIcon />
</MUIIconButton>
<Section>
<Section title="Enter text">
<TextField
value={textBox.content}
onChange={(e) => {