LostRhapsody / expense_app

Budgie - Simple Budgeting App
https://expense-app-beige.vercel.app
1 stars 0 forks source link

The counter text color doesn't switch on page load correctly for both light/dark themes #3

Closed LostRhapsody closed 9 months ago

LostRhapsody commented 9 months ago

The counter text color doesn't switch on page load correctly for both light/dark themes

LostRhapsody commented 9 months ago

Resolved in https://github.com/LostRhapsody/expense_app/commit/bae806181d1d2042f5b2980cb3d846afc6434d16. Added hidden input to track state of isDark after component is mounted and computed logic runs.