alexandrusoare commented on code in PR #31420:
URL: https://github.com/apache/superset/pull/31420#discussion_r1890178332
##########
superset-frontend/src/components/ErrorMessage/ErrorAlert.tsx:
##########
@@ -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};
Review Comment:
This a customized modal and the color of the header depends on the level of
error meaning `info` , `warning` , `error`, I think this should stay as it is
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]