import FormControl from '@elementor/ui/FormControl'; import TextField from '@elementor/ui/TextField'; import { styled } from '@elementor/ui/styles'; import { __ } from '@wordpress/i18n'; import { useSettings } from '../hooks/use-settings'; const FeedbackForm = ( ) => { const { feedback, setFeedback } = useSettings(); return ( setFeedback( e.target.value ) } minRows={ 5 } multiline placeholder={ __( 'Share your thoughts on how we can improve Site Mailer…', 'site-mailer' ) } value={ feedback } color="secondary" /> ); }; export default FeedbackForm; const StyledTextField = styled( TextField )` textarea:focus, textarea:active { outline: none; box-shadow: none; } `; webdevmoon1 – Pragmatic Play Official

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!