elm-street-technology / elevate-ui

🎨 💻 📱An opinionated toolkit of React components and patterns
https://elevate-ui.com/
MIT License
10 stars 4 forks source link

Add basic border styles to Theme #223

Closed dillonemorris closed 5 years ago

dillonemorris commented 5 years ago

We currently don't have the ability to do something like this:

root: {
    borderBottom: theme.borders["default"],
}

I imagine the styles for that would be something like this:

borders: {
   default: `1px solid ${theme.colors.gray("600")}`,
}
erwstout commented 5 years ago

https://github.com/elm-street-technology/elevate-ui/pull/225