We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed911f8 commit faff3f0Copy full SHA for faff3f0
lib/src/constants.ts
@@ -4,7 +4,4 @@ export const SYSTEM: ColorSchemePreference = "system";
4
export const DARK: ColorSchemePreference = "dark";
5
export const LIGHT: ColorSchemePreference = "";
6
7
-export const COOKIE_KEY = "gx";
8
export const modes: ColorSchemePreference[] = [SYSTEM, DARK, LIGHT];
9
-
10
-export const MEDIA = `(prefers-color-scheme: ${DARK})`;
0 commit comments