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
when opening a Modal the header is drawn in light mode even if you have data-bs-theme="dark" set
To Reproduce Steps to reproduce the behavior:
Expected behavior Should be Dark!.
Versions (please complete the following information):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Can confirm this.
As a workaround you can set ModalType="ModalType.Dark"
ModalType="ModalType.Dark"
Sorry, something went wrong.
Fix #522 by adding ModalType.Default
100ef13
@gvreddy04 I took another look on this and added a PR to fix this.
#522 Modal does not obey data-bs-theme
0eae1de
gvreddy04
Successfully merging a pull request may close this issue.
when opening a Modal the header is drawn in light mode even if you have data-bs-theme="dark" set
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should be Dark!.
Versions (please complete the following information):
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: