mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(explore): improve UI in the control panel (#19748)
* feat(explore): improve section header of control panel * fix checkbox control color and radio button color
This commit is contained in:
@@ -85,7 +85,7 @@ const config: ControlPanelConfig = {
|
||||
controlSetRows: [
|
||||
['color_scheme'],
|
||||
...legendSection,
|
||||
[<h1 className="section-header">{t('Labels')}</h1>],
|
||||
[<div className="section-header">{t('Labels')}</div>],
|
||||
[
|
||||
{
|
||||
name: 'show_labels',
|
||||
@@ -158,7 +158,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
},
|
||||
],
|
||||
[<h1 className="section-header">{t('Radar')}</h1>],
|
||||
[<div className="section-header">{t('Radar')}</div>],
|
||||
[
|
||||
{
|
||||
name: 'column_config',
|
||||
|
||||
Reference in New Issue
Block a user