const useColorScheme = () => { // FIXME: Hardcode for now const colorScheme = 'light'; return colorScheme; }; export default useColorScheme;