Skip to content

Commit

Permalink
Renamed query string param (#2203)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Aug 30, 2024
1 parent bd54dc7 commit 6a020c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/theme/ThemeModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type ThemeIconsRequiringManualColorChanges =

export const DEFAULT_DARK_THEME_KEY = 'default-dark' satisfies BaseThemeKey;
export const DEFAULT_LIGHT_THEME_KEY = 'default-light' satisfies BaseThemeKey;
export const THEME_KEY_OVERRIDE_QUERY_PARAM = 'themeKey';
export const THEME_KEY_OVERRIDE_QUERY_PARAM = 'theme';

// Hex versions of some of the default dark theme color palette needed for
// preload defaults.
Expand Down

0 comments on commit 6a020c5

Please sign in to comment.