@@ -166,11 +166,11 @@ const ConnectLayout = () => {
166
166
167
167
< div className = { connectContainerClasses } >
168
168
< div className = "optml-connect__content basis-8/12" >
169
- < div className = "inline-block bg-light-blue text-slate- gray text-sm font-medium px-4 py-1.5 rounded-full mb-4" > { optimoleDashboardApp . strings . account_needed_trust_badge } </ div >
169
+ < div className = "inline-block bg-light-blue text-gray-500 text-sm font-medium px-4 py-1.5 rounded-full mb-4" > { optimoleDashboardApp . strings . account_needed_trust_badge } </ div >
170
170
171
171
< div className = "text-gray-700 font-serif text-26 font-bold leading-7 m-0" > { optimoleDashboardApp . strings . account_needed_heading } </ div >
172
172
< p
173
- className = "text-base font-normal text-slate- gray"
173
+ className = "text-base font-normal text-gray-500 "
174
174
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_sub_heading } }
175
175
/>
176
176
@@ -179,28 +179,28 @@ const ConnectLayout = () => {
179
179
</ div >
180
180
181
181
< p
182
- className = "text-15 text-gray-700 mb-5 leading-normal"
182
+ className = "text-sm text-gray-700 mb-5 leading-normal"
183
183
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_title } }
184
184
/>
185
185
186
186
187
- < div className = "flex py-3" >
187
+ < div className = "flex py-3 items-center " >
188
188
< Icon icon = "yes-alt" />
189
189
< p
190
190
className = "text-base ml-3 m-0"
191
191
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_subtitle_1 } }
192
192
/>
193
193
</ div >
194
194
195
- < div className = "flex py-3" >
195
+ < div className = "flex py-3 items-center " >
196
196
< Icon icon = "yes-alt" />
197
197
< p
198
198
className = "text-base ml-3 m-0"
199
199
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_subtitle_2 } }
200
200
/>
201
201
</ div >
202
202
203
- < div className = "flex py-3" >
203
+ < div className = "flex py-3 items-center " >
204
204
< Icon icon = "yes-alt" />
205
205
< p
206
206
className = "text-base ml-3 m-0"
@@ -259,7 +259,7 @@ const ConnectLayout = () => {
259
259
{ optimoleDashboardApp . strings . api_exists }
260
260
</ Button >
261
261
262
- < div class = "flex items-center justify-center text-s text- gray-600 mb-4" >
262
+ < div class = "flex items-center justify-center text-gray-600 mb-4" >
263
263
< span class = "mr-1.5" > 🔒</ span > { optimoleDashboardApp . strings . secure_connection }
264
264
</ div >
265
265
0 commit comments