From 433558dec27f2300ec374ad0910850da2c3c6552 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Julien=20D=C3=A9ramond?= Date: Thu, 29 Dec 2022 19:38:19 +0100 Subject: [PATCH] Docs: replace dark btns by primary ones from Button group docs to avoid issues in dark mode --- .../docs/5.3/components/button-group.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/site/content/docs/5.3/components/button-group.md b/site/content/docs/5.3/components/button-group.md index 8f7d2d6a9e..6889ed1f48 100644 --- a/site/content/docs/5.3/components/button-group.md +++ b/site/content/docs/5.3/components/button-group.md @@ -145,21 +145,21 @@ Instead of applying button sizing classes to every button in a group, just add ` {{< example >}}
- - - + + +

- - - + + +

- - - + + +
{{< /example >}} @@ -190,12 +190,12 @@ Make a set of buttons appear vertically stacked rather than horizontally. **Spli {{< example >}}
- - - - - - + + + + + +
{{< /example >}} -- 2.47.3