react-toastify icon indicating copy to clipboard operation
react-toastify copied to clipboard

Demo page is missing theme setting

Open DjovDev opened this issue 4 years ago • 3 comments

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.

DjovDev avatar Nov 24 '21 13:11 DjovDev

Toastify 支持 3 个基本主题:浅色、深色和彩色。

在https://fkhadra.github.io/react-toastify/introduction/上选择主题时,<ToastContainer/>示例代码没有任何反应。

这应该会触发主题属性发生变化。

me too

David2k13 avatar Dec 20 '21 05:12 David2k13

it is theme="colored"

<ToastContainer position="top-right" autoClose={5000} hideProgressBar newestOnTop closeOnClick rtl={false} theme="colored" pauseOnFocusLoss draggable pauseOnHover />

anand-edge avatar Mar 14 '22 10:03 anand-edge

@fkhadra is it possible to push the source of the gh-pages? i would like to resolve this issue.

JoepdeJong avatar Jul 18 '22 08:07 JoepdeJong

Fixed

fkhadra avatar Mar 10 '23 02:03 fkhadra