PaulieScanlon / gatsby-theme-gatstats

A Gatsby theme and dashboard for your tech blog... or a dashblog if you prefer 🤷‍♂️
https://gatsby-theme-gatstats.netlify.com/
36 stars 3 forks source link

Tags theme color range #3

Closed PaulieScanlon closed 5 years ago

PaulieScanlon commented 5 years ago

Currently the colors are hard coded that create the color range required for the tags, so adding new colors to the theme has no effect on their styles.

This needs to be the primary and secondary color from the theme but since its outside of a sx prop i'll need to source the colors using theme-ui's const context = useThemeUI() then pass the primary and secondary colors onto the color-range util