fix(theming): Fix visual regressions from theming P7 (#34237)

This commit is contained in:
Enzo Martellucci
2025-07-24 19:57:50 +02:00
committed by GitHub
parent 30e5684006
commit 89bf77b5c9
54 changed files with 508 additions and 419 deletions

View File

@@ -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