Skip to content

Commit

Permalink
Don't use btn-outline-blue
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasahlin committed Apr 22, 2021
1 parent 33e8d91 commit ec8a795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/components/buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Use `.btn-large` with a type scale utility to transform the text to a bigger siz

```html live
<div class="f3">
<button class="btn btn-large btn-outline-blue mr-2" type="button">Large button button</button>
<button class="btn btn-large btn-outline mr-2" type="button">Large button button</button>
<a class="btn btn-large" href="#url" role="button">Large link button</a>
</div>
```
Expand Down

0 comments on commit ec8a795

Please sign in to comment.