Skip to content

Commit d7f24b2

Browse files
committed
expose defaults
Signed-off-by: aabidsofi19 <[email protected]>
1 parent 7d9e44c commit d7f24b2

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)