mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(theming): Fix visual regressions from theming P7 (#34237)
This commit is contained in:
@@ -25,6 +25,7 @@ import {
|
||||
type UploadFile,
|
||||
} from '@superset-ui/core/components/Upload';
|
||||
import { Button, Input, Modal } from '@superset-ui/core/components';
|
||||
import { ModalTitleWithIcon } from 'src/components/ModalTitleWithIcon';
|
||||
import { ImportErrorAlert } from './ImportErrorAlert';
|
||||
import type { ImportModelsModalProps } from './types';
|
||||
|
||||
@@ -365,7 +366,7 @@ export const ImportModal: FunctionComponent<ImportModelsModalProps> = ({
|
||||
primaryButtonStyle={needsOverwriteConfirm ? 'danger' : 'primary'}
|
||||
width="750px"
|
||||
show={show}
|
||||
title={<h4>{t('Import %s', resourceLabel)}</h4>}
|
||||
title={<ModalTitleWithIcon title={t('Import %s', resourceLabel)} />}
|
||||
>
|
||||
<StyledContainer>
|
||||
<Upload
|
||||
|
||||
Reference in New Issue
Block a user