raster-foundry / blasterjs

React UI library designed and built by Azavea
https://raster-foundry-blaster.netlify.com
Other
6 stars 3 forks source link

Allow setting base text color on the body within GlobalStyles #227

Closed designmatty closed 4 years ago

designmatty commented 5 years ago

Currently, we allow the user to define the default font-family, font-size and line-height on the body. We should include the ability to set color as well.

After this line: https://github.com/raster-foundry/blasterjs/blob/a13618bcc885c221abcf5975cf35e9f4b88c4e7c/packages/core/components/globalStyle/index.js#L64 add color: ${themeGet("color.textBase")};