Skip to content

Commit

Permalink
refactor(styles): fix SDS theme backward compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
masoudmanson committed May 1, 2024
1 parent e2d2082 commit 6203fc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/core/styles/common/defaultTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ import { makeThemeOptions } from "./makeThemeOptions";
const defaultThemeOptions: SDSThemeOptions = makeThemeOptions(SDSAppTheme);

export const defaultTheme = createTheme(defaultThemeOptions);

export const defaultAppTheme = defaultTheme;
1 change: 1 addition & 0 deletions packages/components/src/core/styles/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export * from "./common/types";
export * from "./common/defaultTheme";
export * from "./common/SDSAppTheme";
export * from "./common/makeThemeOptions";
export * from "./common/mixins/a11y";
export * from "./common/mixins/fonts";
export * from "./common/selectors/theme";

0 comments on commit 6203fc2

Please sign in to comment.