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
4.11.2
I have the component setup like the following:
import ReactJkMusicPlayer from 'react-jinke-music-player'; import 'react-jinke-music-player/assets/index.css'; <ReactJkMusicPlayer audioLists={[]} mode="full" toggleMode={false} drag={false} remove={false} theme="light" autoHiddenCover={true} showDownload={false} showPlayMode={false} showReload={false} showThemeSwitch={false} showLyric={false} />
However the music player is still using the dark theme.
I digged a bit further and it looks like the <div class="react-jinke-music-player-main"> element does not have light-theme or dark-theme as a class.
<div class="react-jinke-music-player-main">
light-theme
dark-theme
The text was updated successfully, but these errors were encountered:
fix: cannot set light theme when audio list is empty #101
6637550
Fixed. thank your feedback. please upgrade 4.12.0
4.12.0
Sorry, something went wrong.
lijinke666
No branches or pull requests
Version
4.11.2
Description
I have the component setup like the following:
However the music player is still using the dark theme.
I digged a bit further and it looks like the
<div class="react-jinke-music-player-main">
element does not havelight-theme
ordark-theme
as a class.The text was updated successfully, but these errors were encountered: