Skip to content

Commit

Permalink
fix(build): fix variables file
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed May 1, 2024
1 parent 6203fc2 commit 364a774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/core/styles/common/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ const defaultThemeOptions: SDSThemeOptions = makeThemeOptions(SDSAppTheme);

export const defaultTheme = createTheme(defaultThemeOptions);

/**
* (masoudmanson): This is to keep the old defaultAppTheme export for backward compatibility.
*/
export const defaultAppTheme = defaultTheme;

0 comments on commit 364a774

Please sign in to comment.