mirror of
https://github.com/apache/superset.git
synced 2026-05-07 17:04:58 +00:00
chore: remove some of the deprecated theme.colors.* (#34056)
This commit is contained in:
committed by
GitHub
parent
d6ed819fe2
commit
5d6a979cd0
@@ -422,7 +422,7 @@ class DatasourceControl extends PureComponent {
|
||||
<WarningIconWithTooltip warningMarkdown={extra.warning_markdown} />
|
||||
)}
|
||||
<Dropdown
|
||||
dropdownRender={() =>
|
||||
popupRender={() =>
|
||||
datasource.type === DatasourceType.Query
|
||||
? queryDatasourceMenu
|
||||
: defaultDatasourceMenu
|
||||
@@ -431,8 +431,8 @@ class DatasourceControl extends PureComponent {
|
||||
data-test="datasource-menu"
|
||||
>
|
||||
<Icons.MoreOutlined
|
||||
IconSize="xl"
|
||||
iconColor={theme.colors.primary.base}
|
||||
iconSize="xl"
|
||||
iconColor={theme.colorPrimary}
|
||||
className="datasource-modal-trigger"
|
||||
data-test="datasource-menu-trigger"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user