From 2a51370e92b7651bd8fb243b0a758cada47b43a9 Mon Sep 17 00:00:00 2001 From: Christopher Boik <45264553+MysticZA@users.noreply.github.com> Date: Tue, 30 Nov 2021 16:41:08 +0200 Subject: [PATCH] Fix variable name in customizing comment (#35414) Correct table lightening variable to match the variable name defined and described in the loop variable section above --- site/content/docs/5.1/content/tables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.1/content/tables.md b/site/content/docs/5.1/content/tables.md index c1f6293b48..645145ba4c 100644 --- a/site/content/docs/5.1/content/tables.md +++ b/site/content/docs/5.1/content/tables.md @@ -786,4 +786,4 @@ Use `.table-responsive{-sm|-md|-lg|-xl|-xxl}` as needed to create responsive tab ### Customizing - The factor variables (`$table-striped-bg-factor`, `$table-active-bg-factor` & `$table-hover-bg-factor`) are used to determine the contrast in table variants. -- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-level` variable. +- Apart from the light & dark table variants, theme colors are lightened by the `$table-bg-scale` variable. -- 2.47.2