Default to system when no theme cookie is set so pages follow OS appearance, and expose Light, Dark, and System in the theme switcher.
2 lines
82 B
TypeScript
2 lines
82 B
TypeScript
export const STOREFRONT_THEME_PREFERENCES = ['light', 'dark', 'system'] as const;
|