To make a primary button using Twitter\'s Bootstrap library, you need to use two CSS classes like so: class=\"btn btn-primary\".
class=\"btn btn-primary\"
Why did they design the API
Because btn-primary isn't the default button. It's additional CSS that turns it blue much like btn-success turns it green.
btn-primary
btn-success
The default button is grey.