diff --git a/docs/components/buttons.md b/docs/components/buttons.md index 391c963116..42841807f3 100644 --- a/docs/components/buttons.md +++ b/docs/components/buttons.md @@ -61,7 +61,7 @@ When using button classes on `` elements that are used to trigger in-page fun ## Outline buttons -In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-*-outline` ones to remove all background images and colors on any button. +In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the `.btn-outline-*` ones to remove all background images and colors on any button. {% example html %}