hxf31891 / react-gradient-color-picker

An easy to use color/gradient picker for React.js
MIT License
146 stars 49 forks source link

Fix: Prevent persistence of dark mode styles when switching to light … #106

Closed epsilonxaos closed 2 weeks ago

epsilonxaos commented 1 month ago

Resolved an issue where dark mode styles persisted when switching back to light mode.

Refactored the getStyles function to avoid mutating the original styles object by creating a shallow copy before applying dark mode styles.

Light mode: image

Dark mode: image