Theme Editor(Ant Design)
Steps for adding Color theme for web project Step 1: To create component style in src. Step 2: To create file called Global colors and then to add color constant shade to this file . export const WHITE_COLOR = '#FFF'; export const PRIMARY_COLOR = '#265DBB'; export const