diff --git a/apps/docs/src/data/components/button.data.ts b/apps/docs/src/data/components/button.data.ts index be769f8d4..d04156ab3 100644 --- a/apps/docs/src/data/components/button.data.ts +++ b/apps/docs/src/data/components/button.data.ts @@ -55,7 +55,7 @@ export default { default: 'secondary', }, }), - ['bgVariant', 'size', 'tag', 'textVariant', 'variant'] + ['size', 'tag', 'variant'] ), } satisfies Record< Exclude, diff --git a/apps/docs/src/docs/components/button.md b/apps/docs/src/docs/components/button.md index e4c12b3f4..2701838c1 100644 --- a/apps/docs/src/docs/components/button.md +++ b/apps/docs/src/docs/components/button.md @@ -67,12 +67,6 @@ padding and size of a button. **Tip:** remove the hover underline from a link variant button by setting `underline-opacity="0"`. -::: warning Interactions between Variant props -`BButton` implements `bg-variant` and `text-variant` to provide finer control of colors, they take -precedence over the `variant` prop. See the -[Color Variant Reference](/docs/reference/color-variants#variant-interactions) for details. -::: - ## Block level buttons Create responsive stacks of full-width, “block buttons” by wrapping the button(s) in a div and specifying diff --git a/apps/docs/src/docs/reference/color-variants.md b/apps/docs/src/docs/reference/color-variants.md index 904389d45..3d099e537 100644 --- a/apps/docs/src/docs/reference/color-variants.md +++ b/apps/docs/src/docs/reference/color-variants.md @@ -245,6 +245,12 @@ $dark: $gray-900; + +