-
-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] CopilotStep text color error when device dark mode #329
Comments
Create a custom ToolTip Container. export const Tooltip = ({labels}: TooltipProps) => { const { const navigation = useNavigation(); console.log('Current Order : ', currentStep?.order); const handleStop = () => { const handleNext = () => { const handlePrev = () => { return (
); return ( |
Environment
react-native-copilot
: v3.3.2react-native
: v0.73.5When the device is in dark mode, the tooltip backgroundcolor is white and the text color is also white.
The text was updated successfully, but these errors were encountered: