devfrankkim / Promotive

Pomodoro technique+ Scheduler + Weather API + Drag and Drop + Timer
https://promotive.vercel.app/
2 stars 2 forks source link

Chart js - dark mode & light mode. background-color doesn't change. (Dark Mode) #23

Open devfrankkim opened 2 years ago

devfrankkim commented 2 years ago

Issue: chart.js issue for dark mode

Temporarily fixed

.apexcharts-canvas > svg {
      background-color: transparent !important;
  }