We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c73b1a commit acc5d75Copy full SHA for acc5d75
assets/src/dashboard/parts/connect/index.js
@@ -276,6 +276,11 @@ const ConnectLayout = () => {
276
<Button
277
variant="secondary"
278
className="optml__button flex w-full justify-center rounded font-bold mt-4 min-h-40 mb-4"
279
+ style={{
280
+ backgroundColor: '#EAE7F1',
281
+ borderColor: '#9CA3AF',
282
+ color: '#000000'
283
+ }}
284
onClick={ () => setMethod( 'key' ) }
285
>
286
{ optimoleDashboardApp.strings.api_exists }
0 commit comments