bootstrap-styled / v4

:rocket: twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities
https://bootstrap-styled.github.io/v4
MIT License
116 stars 22 forks source link

.btn-dark is missing #183

Closed nojaf closed 4 years ago

nojaf commented 4 years ago

v4

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

Before opening a new issue, you may find an answer in already closed issues: https://github.com/bootstrap-styled/v4/issues?q=is%3Aissue+is%3Aclosed

Issue Type

Description

.btn-dark is missing, see https://getbootstrap.com/docs/4.4/components/buttons/

Steps to reproduce

<Button color='dark'>foo<Button>

Versions

kopax commented 4 years ago

Hi @nojaf, please read this comment:

And original issue:

You are welcome for PR fix #92, or you can just do like this PR with the white color (takes 30sec): https://github.com/bootstrap-styled/v4/pull/179

You can still use className without any change.

Closing, please use the original issue to continue this discussion.