Demo page is missing theme setting
Toastify supports 3 basic themes: light, dark and colored.
When selecting the theme on https://fkhadra.github.io/react-toastify/introduction/ , nothing happens to the <ToastContainer/> sample code.
This should trigger the theme attribute to change.
Toastify 支持 3 个基本主题:浅色、深色和彩色。
在https://fkhadra.github.io/react-toastify/introduction/上选择主题时,
<ToastContainer/>示例代码没有任何反应。这应该会触发主题属性发生变化。
me too
it is
theme="colored"
<ToastContainer position="top-right" autoClose={5000} hideProgressBar newestOnTop closeOnClick rtl={false} theme="colored" pauseOnFocusLoss draggable pauseOnHover />
@fkhadra is it possible to push the source of the gh-pages? i would like to resolve this issue.
Fixed