GitHub user alesnav added a comment to the discussion: How to set custom label
colors for conditional formatting?
@dosu I've just configured that code (THEME_DEFAULT) in `superset_confg.py`
file and rebooted the app. In addition, I cleaned up my cache and opened
through an InPrivate browser window.
Sadly, Superset is not loading the configured colors. This is my code:
```
THEME_DEFAULT = {
"token": {
"colorSuccessBg": "#6CC24A",
"colorWarningBg": "#FFAE41",
"colorErrorBg": "#D14600"
}
}
```
Any idea?
GitHub link:
https://github.com/apache/superset/discussions/38720#discussioncomment-16193419
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]