Skip to content

Commit acc5d75

Browse files
chore: background color
1 parent 8c73b1a commit acc5d75

File tree

1 file changed

+5
-0
lines changed
  • assets/src/dashboard/parts/connect

1 file changed

+5
-0
lines changed

assets/src/dashboard/parts/connect/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,11 @@ const ConnectLayout = () => {
276276
<Button
277277
variant="secondary"
278278
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+
}}
279284
onClick={ () => setMethod( 'key' ) }
280285
>
281286
{ optimoleDashboardApp.strings.api_exists }

0 commit comments

Comments
 (0)