Skip to content

Commit faff3f0

Browse files
committed
clean up
1 parent ed911f8 commit faff3f0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/src/constants.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ export const SYSTEM: ColorSchemePreference = "system";
44
export const DARK: ColorSchemePreference = "dark";
55
export const LIGHT: ColorSchemePreference = "";
66

7-
export const COOKIE_KEY = "gx";
87
export const modes: ColorSchemePreference[] = [SYSTEM, DARK, LIGHT];
9-
10-
export const MEDIA = `(prefers-color-scheme: ${DARK})`;

0 commit comments

Comments
 (0)