mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +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:
@@ -107,7 +107,7 @@ const controlPanel: ControlPanelConfig = {
|
||||
label: t('Chart options'),
|
||||
expanded: true,
|
||||
controlSetRows: [
|
||||
[<h1 className="section-header">{t('Layout')}</h1>],
|
||||
[<div className="section-header">{t('Layout')}</div>],
|
||||
[
|
||||
{
|
||||
name: 'layout',
|
||||
|
||||
Reference in New Issue
Block a user