Skip to content

Commit

Permalink
Client sync
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed May 29, 2024
1 parent 0f84220 commit 96c9a8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FusionAuthClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6358,7 +6358,7 @@ export interface RecentLoginResponse {
export interface SimpleThemeVariables {
alertBackgroundColor?: string;
alertFontColor?: string;
backgroundImageUrl?: string;
backgroundImageURL?: string;
backgroundSize?: string;
borderRadius?: string;
deleteButtonColor?: string;
Expand All @@ -6379,7 +6379,7 @@ export interface SimpleThemeVariables {
linkTextColor?: string;
linkTextFocusColor?: string;
logoImageSize?: string;
logoImageUrl?: string;
logoImageURL?: string;
monoFontColor?: string;
monoFontFamily?: string;
pageBackgroundColor?: string;
Expand Down

0 comments on commit 96c9a8a

Please sign in to comment.