refactor(guest): retire legacy guest app and move shared modules
This commit is contained in:
@@ -2,9 +2,9 @@ import { Theme } from '@tamagui/core';
|
||||
import React from 'react';
|
||||
import type { Appearance } from '@/hooks/use-appearance';
|
||||
import { useAppearance } from '@/hooks/use-appearance';
|
||||
import { useEventBranding } from '@/guest/context/EventBrandingContext';
|
||||
import { relativeLuminance } from '@/guest/lib/color';
|
||||
import type { EventBranding } from '@/guest/types/event-branding';
|
||||
import { useEventBranding } from '@/shared/guest/context/EventBrandingContext';
|
||||
import { relativeLuminance } from '@/shared/guest/lib/color';
|
||||
import type { EventBranding } from '@/shared/guest/types/event-branding';
|
||||
|
||||
const LIGHT_LUMINANCE_THRESHOLD = 0.65;
|
||||
const DARK_LUMINANCE_THRESHOLD = 0.35;
|
||||
|
||||
Reference in New Issue
Block a user