You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Modifying control colors using styled-components is hard to maintain and may reduce performance.
Describe the solution you'd like
Implement react-app-rewired and customize-cra using ANT's guide to support built-in theming.
There's a chance we might not need this, instead we can use styled-components ThemeProvider. However it may be good to integrate react-app-rewired and customize-cra anyway.
Is your feature request related to a problem? Please describe.
Modifying control colors using styled-components is hard to maintain and may reduce performance.
Describe the solution you'd like
Implement react-app-rewired and customize-cra using ANT's guide to support built-in theming.
Describe alternatives you've considered
N/A.
Additional context
https://ant.design/docs/react/use-with-create-react-app#Advanced-Guides
The text was updated successfully, but these errors were encountered: