Skip to content

@ecp.eth/sdk


@ecp.eth/sdk / embed / EmbedConfigThemePaletteSchemaType

Type Alias: EmbedConfigThemePaletteSchemaType

type EmbedConfigThemePaletteSchemaType = {
  account-edit-link?: string;
  background?: string;
  border?: string;
  border-focus?: string;
  destructive?: string;
  destructive-foreground?: string;
  foreground?: string;
  input?: string;
  input-foreground?: string;
  muted-foreground?: string;
  primary?: string;
  primary-foreground?: string;
  ring?: string;
  secondary?: string;
  secondary-foreground?: string;
};

Defined in: packages/sdk/src/embed/schemas/index.ts:111

Type declaration

account-edit-link?

optional account-edit-link: string;

background?

optional background: string;

border?

optional border: string;

border-focus?

optional border-focus: string;

destructive?

optional destructive: string;

destructive-foreground?

optional destructive-foreground: string;

foreground?

optional foreground: string;

input?

optional input: string;

input-foreground?

optional input-foreground: string;

muted-foreground?

optional muted-foreground: string;

primary?

optional primary: string;

primary-foreground?

optional primary-foreground: string;

ring?

optional ring: string;

secondary?

optional secondary: string;

secondary-foreground?

optional secondary-foreground: string;