mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +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:
@@ -194,7 +194,7 @@ const config: ControlPanelConfig = {
|
||||
},
|
||||
],
|
||||
...legendSection,
|
||||
[<h1 className="section-header">{t('X Axis')}</h1>],
|
||||
[<div className="section-header">{t('X Axis')}</div>],
|
||||
[
|
||||
{
|
||||
name: 'x_axis_time_format',
|
||||
@@ -229,7 +229,7 @@ const config: ControlPanelConfig = {
|
||||
],
|
||||
...richTooltipSection,
|
||||
// eslint-disable-next-line react/jsx-key
|
||||
[<h1 className="section-header">{t('Y Axis')}</h1>],
|
||||
[<div className="section-header">{t('Y Axis')}</div>],
|
||||
['y_axis_format'],
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user