# Project 2 ## What gave us a smile? * It was easy to find documentation to apply styling. * When we changed package.json, WYSIWYG automatically picked up changes. * It was convenient to see updated styles in WYSIWYG. ## What was confusing for us? * 🔴 WYSIWYG doesn't apply changes after adding/removing `@theme/styles.css`. * 🟡 We cannot change background color because this variable was not documented (--bg-color). The same for font color (--text-color-secondary). * 🟢 [Documentation](https://beta-docs--docs-nav-expand.preview.redocly.app/style/reference/css-variables/common/) does not reflect colors. * 🟢 It would be good to highlight base color: [example](https://ant.design/docs/spec/colors). * 🟢 We should use Base colors vars for Prime colors pallet. * 🟢 It would be good to know which components will be affected after changing some primary color. #### Legend: * 🔴 - most confusing * 🟡 - intermidiate issue (we can find workaround) * 🟢 - small issue