33exports [` Admin Login Should render 1` ] = `
44Array [
55 <div
6- className = " grow dark:bg-dark-frame-bg bg-indigo-50 flex flex-row font-serif "
6+ className = " flex flex-row font-serif grow dark:bg-dark-frame-bg bg-indigo-50"
77 >
88 <div
99 className = " hidden lg:flex w-[50%] h-full flex-col justify-center items-center mt-10 "
1010 >
1111 <div
12- className = " flex flex-col justify -center items -center "
12+ className = " flex flex-col items -center justify -center "
1313 >
1414 <div
1515 className = " relative flex flex-row justify-center"
@@ -40,13 +40,13 @@ Array [
4040 className = " w-full lg:w-[50%] lg:p-5 flex flex-row items-end p-5"
4141 >
4242 <div
43- className = " max-w-lg w-full mx-auto my-28 bg-indigo-100 dark:bg-dark-bg p-5 sm:p-5 md:shadow-xl sm:shadow-none md:rounded-xl sm:rounded-none"
43+ className = " w-full max-w-lg p-5 mx-auto bg-indigo-100 my-28 dark:bg-dark-bg sm:p-5 md:shadow-xl sm:shadow-none md:rounded-xl sm:rounded-none"
4444 >
4545 <div
4646 className = " "
4747 >
4848 <div
49- className = " flex flex-col justify -center items -center"
49+ className = " flex flex-col items -center justify -center"
5050 >
5151 <h2
5252 className = " text-2xl font-bold text-primary dark:text-dark-text-fill "
@@ -59,7 +59,7 @@ Array [
5959 />
6060 </div >
6161 <div
62- className = " text-sm text-center dark:text-dark-text-fill"
62+ className = " text-sm text-center dark:text-dark-text-fill"
6363 >
6464 <a
6565 className = " mx-1 text-primary"
@@ -104,7 +104,7 @@ Array [
104104 />
105105 </svg >
106106 <input
107- className = " bg-gray-100 outline-none text-sm flex-1 px-2 dark:border-white dark:bg-dark-bg dark:text-white "
107+ className = " flex-1 px-2 text-sm bg-gray-100 outline-none dark:border-white dark:bg-dark-bg dark:text-white "
108108 data-testid = " email"
109109 name = " email"
110110 onBlur = { [Function ]}
@@ -114,13 +114,13 @@ Array [
114114 />
115115 </div >
116116 <div
117- className = " text-left mb-1 pl-4 "
117+ className = " pl-4 mb-1 text-left "
118118 />
119119 <div
120- className = " md:w-full border border-gray rounded-md bg-gray-100 p-2 my-4 flex items-center mb-2 dark:border-white dark:bg-dark-bg"
120+ className = " flex items-center p-2 my-4 mb-2 bg-gray-100 border rounded-md md:w-full border-gray dark:border-white dark:bg-dark-bg"
121121 >
122122 <svg
123- className = " text-gray-400 mr-2 "
123+ className = " mr-2 text-gray-400 "
124124 fill = " currentColor"
125125 height = " 1em"
126126 stroke = " currentColor"
@@ -143,7 +143,7 @@ Array [
143143 />
144144 </svg >
145145 <input
146- className = " bg-gray-100 outline-none text-sm flex-1 dark:border-white dark:bg-dark-bg dark:text-white"
146+ className = " flex-1 text-sm bg-gray-100 outline-none dark:border-white dark:bg-dark-bg dark:text-white"
147147 data-testid = " password"
148148 name = " password"
149149 onBlur = { [Function ]}
@@ -187,7 +187,7 @@ Array [
187187 className = " pl-4 mb-1 text-left"
188188 />
189189 <div
190- className = " flex w-full flex-col sm:flex-row justify-between items-center rounded mb-5 mt-5 "
190+ className = " flex flex-col items-center justify-between w-full mt-5 mb-5 rounded sm:flex-row "
191191 >
192192 <div
193193 className = " w-50%"
@@ -197,7 +197,7 @@ Array [
197197 htmlFor = " checkbox"
198198 >
199199 <input
200- className = " mr-1 dark:text-dark-text-fill dark:border-white dark:bg-dark-frame-bg"
200+ className = " mr-1 dark:text-dark-text-fill dark:border-white dark:bg-dark-frame-bg"
201201 name = " remember"
202202 type = " checkbox"
203203 />
@@ -217,7 +217,7 @@ Array [
217217 </div >
218218 </div >
219219 <div
220- className = " w-full justify-center"
220+ className = " justify-center w-full "
221221 >
222222 <button
223223 className = " btn transparentbtn md w-full bg-primary m-0 inline-block rounded-md lg:px-12 lg:py-2 sm:px-4 sm:py-1 md:font-semibold sm:mt-2 sm:font-medium text-white font-serif "
0 commit comments