We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v1 badge action cannot change by state in dark mode
as describes
const [isMuted, setIsMuted]= useState(false) <GluestackUIProvider colorMode=“dark”> <Pressable onPress={()=> setIsMuted(prev=>!prev)}> <Badge action={isMuted ? “muted” : “info”}> <BadgeText>test</BadgeText> </Badge> </Pressable> </GluestackUIProvider>
1.1.51
No response
The text was updated successfully, but these errors were encountered:
Hey @llr101, It seems to be working for me. dark mode
Sorry, something went wrong.
Viraj-10
No branches or pull requests
Description
v1 badge action cannot change by state in dark mode
CodeSandbox/Snack link
as describes
Steps to reproduce
gluestack-ui Version
1.1.51
Platform
Other Platform
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: