Skip to content

Commit

Permalink
Export additional const
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jan 11, 2024
1 parent bad2545 commit ced4130
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 const DEFAULT_LIGHT_THEME_KEY = 'default-light' satisfies BaseThemeKey;

// Hex versions of some of the default dark theme color palette needed for
// preload defaults.
const DEFAULT_DARK_THEME_PALETTE = {
export const DEFAULT_DARK_THEME_PALETTE = {
blue: {
500: '#2f5bc0',
400: '#254ba4',
Expand Down

0 comments on commit ced4130

Please sign in to comment.