mirror of
https://github.com/apache/superset.git
synced 2026-04-28 04:25:07 +00:00
refactor(Modal): Upgrade Modal component to Antd5 (#31420)
Co-authored-by: Diego Pucci <diegopucci.me@gmail.com>
This commit is contained in:
@@ -70,7 +70,7 @@ const ErrorModal = styled(Modal)<{ level: ErrorLevel }>`
|
||||
color: ${({ level, theme }) => theme.colors[level].dark2};
|
||||
overflow-wrap: break-word;
|
||||
|
||||
.ant-modal-header {
|
||||
.antd5-modal-header {
|
||||
background-color: ${({ level, theme }) => theme.colors[level].light2};
|
||||
padding: ${({ theme }) => 4 * theme.gridUnit}px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user