You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In button's ghost variant, with color danger, I am expecting the dark text in light mode but it stays white, in dark mode, text is white. it is working fine with other color values but not with danger.
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Set theme by following nextui docs in next js project
added this button
<Button
color="danger"
variant="ghost"
startContent={<IconBrandGoogle />}
>
Sign in
</Button>
set theme to light mode
Expected behavior
As a user, I expected black text in light mode behavior but i am seeing white text in button
Screenshots or Videos
Operating System Version
MacOS
Browser
Chrome
The text was updated successfully, but these errors were encountered:
NextUI Version
2.4.8
Describe the bug
In button's
ghost
variant, with colordanger
, I am expecting the dark text in light mode but it stays white, in dark mode, text is white. it is working fine with other color values but not with danger.Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
As a user, I expected black text in light mode behavior but i am seeing white text in button
Screenshots or Videos
Operating System Version
Browser
Chrome
The text was updated successfully, but these errors were encountered: