diff --git a/src/use-colors.ts b/src/use-colors.ts index 7078288..ca14f08 100644 --- a/src/use-colors.ts +++ b/src/use-colors.ts @@ -27,8 +27,6 @@ const dark: typeof light = { export const useColors = () => { const scheme = useColorScheme(); - console.log(scheme); - if (scheme === 'dark') { return dark; }