Skip to content

Commit 7c7d732

Browse files
authored
Merge pull request #1140 from layer5io/branded-theme
expose defaults
2 parents ba34847 + d7f24b2 commit 7c7d732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
} from '@mui/material';
1212
export { darkModePalette, lightModePalette } from './palette';
1313
export { typography } from './typography';
14-
export {type PrimitivePalette} from "./theme";
14+
export {type PrimitivePalette,SistentDefaultPrimitivePaletteDark,SistentDefaultPrimitivePaletteLight} from "./theme";
1515
export * from './colors';
1616
export {
1717
default as SistentThemeProvider,

0 commit comments

Comments
 (0)