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

@@ -122,6 +122,7 @@ export const ErrorAlert: React.FC<ErrorAlertProps> = ({
</span>
</Tooltip>
<Modal
name={errorType}
title={errorType}
show={showModal}
onHide={() => setShowModal(false)}