Skip to content

Commit

Permalink
fix theme modes type
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Jan 19, 2024
1 parent 0d4e7aa commit a11803d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openlogin-utils/src/interfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ export const THEME_MODES = {
light: "light",
dark: "dark",
auto: "auto",
};
} as const;

export type THEME_MODE_TYPE = (typeof THEME_MODES)[keyof typeof THEME_MODES];

Expand Down

0 comments on commit a11803d

Please sign in to comment.