upnotes-io / react-todo

A generic todo list componet for react. This is being used in an electron based app: https://upnotes.io
8 stars 41 forks source link

implement dark mode to accordion #39

Closed Thxmxs closed 1 year ago

Thxmxs commented 1 year ago

Hi I've implemented the dark mode to the accordion related to the issue #34 ,greetings pd: attached evidence evidence1 evidence2

kamalkishor1991 commented 1 year ago

@Thxmxs implementing dark mode will require you to define new CSS for the dark mode with providing option to chose the mode in some way. Please refer to MUI dark mode for reference https://mui.com/material-ui/customization/dark-mode/ I am closing this as this one does not implement in a intended way. Feel free to open another PR or ask clearification questions in the issue.