mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-26 16:09:10 -05:00
refactor: add title to Section in TextBoxControls
This commit is contained in:
@@ -50,7 +50,7 @@ export const TextBoxControls = ({ id }: Props) => {
|
||||
>
|
||||
<CloseIcon />
|
||||
</MUIIconButton>
|
||||
<Section>
|
||||
<Section title="Enter text">
|
||||
<TextField
|
||||
value={textBox.content}
|
||||
onChange={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user