Skip to content

Commit

Permalink
Merge pull request #58 from VerifiedInc/add-brand-color
Browse files Browse the repository at this point in the history
chore: add primary color to brand
  • Loading branch information
iagormoraes authored Jan 24, 2024
2 parents 7c82c90 + 09d603f commit 201b292
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export interface BrandDto {
clientUrl: string | null;
isConciergeEnabled: boolean;
isPartnerEnabled: boolean;
primaryColor: string | null;
}

/**
Expand Down

0 comments on commit 201b292

Please sign in to comment.