Skip to content

Commit

Permalink
update whitelabel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BboyStatix committed Dec 22, 2023
1 parent d5a2dc5 commit 1c25b86
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,15 +300,9 @@ export type WhiteLabelData = {
* `'primary'` - To customize primary color of modal's content.
*/
theme?: {
// TODO: add description
onPrimary?: string;
primary?: string;
gray?: string;
red?: string;
green?: string;
success?: string;
warning?: string;
error?: string;
info?: string;
white?: string;
};
/**
* Language specific link for terms and conditions on torus-website. See (examples/vue-app) to configure
Expand Down

0 comments on commit 1c25b86

Please sign in to comment.