Álvaro Lázaro Sevilla

Results 1 issues of Álvaro Lázaro Sevilla

On `CreateThemeContent.js`, the text and background colors are swaped. ``` const getThemeObj = () => { const themeObj = {}; themeObj[_.camelCase(state.themeName)] = { "id": generate(), "name": state.themeName, "colors": { "body":...