@@ -166,20 +166,20 @@ 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-[#f0f6fc] text-[#646970] 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-slate-gray text-sm font-medium px-4 py-1.5 rounded-full mb-4" > { optimoleDashboardApp . strings . account_needed_trust_badge } </ div >
170
170
171
- < div className = "text-gray-700 font-serif text-[26px] font-bold leading-7 m-0" > { optimoleDashboardApp . strings . account_needed_heading } </ div >
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-[16px] font-normal text-[#646970] "
173
+ className = "text-base font-normal text-slate-gray "
174
174
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_sub_heading } }
175
175
/>
176
176
177
- < div className = "inline-flex items-center bg-[#f0f6fc] px-4 py-1.5 rounded-full mb-5 text-[14px] text-[#2c3338] " >
178
- < span className = "text-[#2271b1] mr-2" > ⏱️</ span > { optimoleDashboardApp . strings . account_needed_setup_time }
177
+ < div className = "inline-flex items-center bg-light-blue px-4 py-1.5 rounded-full mb-5 text-sm text-gray-800 " >
178
+ < span className = "mr-2" > ⏱️</ span > { optimoleDashboardApp . strings . account_needed_setup_time }
179
179
</ div >
180
180
181
181
< p
182
- className = "text-[15px] text-[#3c434a] mb-5 leading-[1.5] "
182
+ className = "text-15 text-gray-700 mb-5 leading-normal "
183
183
dangerouslySetInnerHTML = { { __html : optimoleDashboardApp . strings . account_needed_title } }
184
184
/>
185
185
@@ -253,14 +253,14 @@ const ConnectLayout = () => {
253
253
254
254
< Button
255
255
variant = "secondary"
256
- className = "optml__button flex w-full justify-center rounded font-bold mt-4 min-h-40 mb-[15px] "
256
+ className = "optml__button flex w-full justify-center rounded font-bold mt-4 min-h-40 mb-4 "
257
257
onClick = { ( ) => setMethod ( 'key' ) }
258
258
>
259
259
{ optimoleDashboardApp . strings . api_exists }
260
260
</ Button >
261
261
262
- < div class = "flex items-center justify-center text-[13px] text-[#50575e] mb-[15px] " >
263
- < span class = "mr-1.5 text-[#00a32a] " > 🔒</ span > { optimoleDashboardApp . strings . secure_connection }
262
+ < div class = "flex items-center justify-center text-s text-gray-600 mb-4 " >
263
+ < span class = "mr-1.5" > 🔒</ span > { optimoleDashboardApp . strings . secure_connection }
264
264
</ div >
265
265
266
266
< p
0 commit comments