File tree Expand file tree Collapse file tree
src/sections/Projects/Sistent/components/dialog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ const DialogCode = () => {
117117 < Dialog open = { openForm } onClose = { ( ) => setOpenForm ( false ) } >
118118 < DialogTitle > Subscribe</ DialogTitle >
119119 < DialogContent >
120- < form style = { { display : ' flex' , flexDirection : ' column' , gap : ' 1rem' } } >
120+ < form style = { { display : " flex" , flexDirection : " column" , gap : " 1rem" } } >
121121 < label >
122122 Email Address:
123- < input type = "email" placeholder = "you@example.com" style = { { width : ' 100%' , padding : ' 0.5rem' } } />
123+ < input type = "email" placeholder = "you@example.com" style = { { width : " 100%" , padding : " 0.5rem" } } />
124124 </ label >
125125 < label >
126126 Name:
127- < input type = "text" placeholder = "John Doe" style = { { width : ' 100%' , padding : ' 0.5rem' } } />
127+ < input type = "text" placeholder = "John Doe" style = { { width : " 100%" , padding : " 0.5rem" } } />
128128 </ label >
129129 </ form >
130130 </ DialogContent >
You can’t perform that action at this time.
0 commit comments