Skip to content

Commit 63fd886

Browse files
chore(providers): update Netsuite button rendering colors (#11099)
🎨 Chore(providers) update button rendering colors Co-authored-by: Nico Domino <[email protected]>
1 parent 9f358a0 commit 63fd886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/providers/netsuite.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ export default function NetSuite<P extends NetSuiteProfile>(
219219
image: null,
220220
}
221221
},
222-
style: { logo: "/netsuite.svg", bg: "#3a4f5f", text: "#fff" },
222+
style: { logo: "/netsuite.svg", bg: "#181a1b", text: "#fbfbfb" },
223223
options: config,
224224
}
225225
}

0 commit comments

Comments
 (0)