feat(dashboard): auto light/dark mode
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m13s

impelemnt auto light/dark mode based on lat/lon

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2025-10-31 01:58:57 +00:00
parent 30cd1c2815
commit 9edda5808f
3 changed files with 114 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
darkMode: 'class',
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",