fix(button): change back button styles for dropdown buttons (#31789)

This commit is contained in:
Mehmet Salih Yavuz
2025-01-10 16:23:36 +03:00
committed by GitHub
parent 7bd53a84d5
commit 8a2aada58d
3 changed files with 5 additions and 5 deletions

View File

@@ -37,7 +37,7 @@ const SaveDatasetActionButton = ({
const StyledDropdownButton = styled(
DropdownButton as FC<DropdownButtonProps>,
)`
&.ant-dropdown-button button.antd5-btn.antd5-btn-default {
&.ant-dropdown-button button.ant-btn.ant-btn-default {
font-weight: ${theme.gridUnit * 150};
background-color: ${theme.colors.primary.light4};
color: ${theme.colors.primary.dark1};