mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Added dark mode color pallete
This commit is contained in:
@@ -3,7 +3,9 @@ import React from 'react'
|
||||
const DarkMode = () => {
|
||||
return (
|
||||
<div className="dark-mode">
|
||||
<input type="checkbox" id="dark-mode_toogle-switch"/>
|
||||
<input type="checkbox" id="dark-mode_toogle-switch" onChange={() => {
|
||||
|
||||
}}/>
|
||||
<label for="dark-mode_toogle-switch"></label>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user