fix(theming): Remove leftover antd5 prefix (#34188)

This commit is contained in:
Mehmet Salih Yavuz
2025-07-16 19:31:14 +03:00
committed by GitHub
parent e8926f177d
commit f756cee01b
10 changed files with 26 additions and 26 deletions

View File

@@ -926,7 +926,7 @@ const SqlEditor: FC<Props> = ({
css={css`
margin-bottom: ${theme.sizeUnit * 2}px;
padding-top: ${theme.sizeUnit * 4}px;
.antd5-alert-action {
.ant-alert-action {
align-self: center;
}
`}