summaryrefslogtreecommitdiffstats
path: root/src/components/ThemeToggle
Commit message (Collapse)AuthorAgeFilesLines
* refactor(settings): make toggle reusableArmand Philippot2022-01-172-99/+0
| | | | | Toggle will be used for others settings so I extract the functionnality from ThemeToggle.
* feat: implement dark modeArmand Philippot2022-01-171-3/+14
|
* refactor(styles): rename shadow and border variablesArmand Philippot2022-01-161-4/+4
|
* chore: replace theme button with settingsArmand Philippot2022-01-052-1/+5
| | | | | I plan to add more user settings so theme options should be inside settings.
* chore: add a theme toggleArmand Philippot2021-12-272-0/+84
Dark theme is not implemented yet.