TikTok api
This commit is contained in:
@@ -231,8 +231,10 @@ const TypingIndicator = ({ colors }: { colors: any }) => {
|
||||
export default function OnboardingChatScreen() {
|
||||
const router = useRouter();
|
||||
const posthog = useSafeAnalytics();
|
||||
const { session, isDarkMode, colorPalette, language } = useApp();
|
||||
const colors = useColors(isDarkMode, colorPalette);
|
||||
const { session, colorPalette, language } = useApp();
|
||||
// This screen is hardcoded dark (#131e14 backgrounds), so always use the
|
||||
// dark color set — theme-dependent text would be unreadable in light mode.
|
||||
const colors = useColors(true, colorPalette);
|
||||
const copy = getChatCopy(language);
|
||||
const { height } = useWindowDimensions();
|
||||
const compact = height < 700;
|
||||
|
||||
Reference in New Issue
Block a user