altence / lightence-ant-design-react-template

Free and easy-to-use admin template based on React 17+
https://altence.com/lightence-landing
MIT License
994 stars 251 forks source link

Change flow for updating theme #228

Closed Findmitrey closed 2 years ago

Findmitrey commented 2 years ago

Is your feature request related to a problem? Please describe. Currently theme changing doesn't happen so smooth and have some bad user experience.

Describe the solution you'd like Instead of build files '.less' for each theme would be nice to use CSS variables. We can easily use variables in styled components and replace and customize antd basic styles. Changing theme will happen by changing data attribute in document which will trigger updating all styles.