From 376c7792c2079dc2976e5ccc42de758aea63ebeb Mon Sep 17 00:00:00 2001 From: Johannes Rieke Date: Thu, 12 Jan 2023 17:28:48 +0100 Subject: [PATCH] Remove note on secondarbackground color for ploty --- content/library/advanced-features/theming.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/library/advanced-features/theming.md b/content/library/advanced-features/theming.md index 057c36a81..593b7514a 100644 --- a/content/library/advanced-features/theming.md +++ b/content/library/advanced-features/theming.md @@ -55,9 +55,8 @@ Defines the background color used in the main content area of your app. ## secondaryBackgroundColor This color is used where a second background color is needed for added -contrast. Most notably, it is the sidebar's background color. It is also used -as the plot background color for `st.plotly_chart` and as the background color for most other interactive -widgets. +contrast. Most notably, it is the sidebar's background color. It is also used +as the background color for most interactive widgets. ![Secondary Background Color](/images/theme_config_options/secondaryBackgroundColor.png)