Rename colorMode with colorScheme

This commit is contained in:
mertsincan 2024-03-06 10:38:51 +00:00
parent 65a999933c
commit 2841ed3684
8 changed files with 60 additions and 27 deletions

View file

@ -3,4 +3,4 @@ export * from './dt';
export { default as ThemeService } from './service';
export { default as SharedUtils } from './sharedUtils';
export { default as toVariables } from './toVariables';
export { default as useColorMode } from './useColorMode';
export { default as useColorScheme } from './useColorScheme';