refactor(Button): Upgrade Button component to Antd5 (#31623)

This commit is contained in:
alexandrusoare
2025-01-09 12:04:59 +02:00
committed by GitHub
parent 840a920aba
commit 9cd3a8d5b0
12 changed files with 114 additions and 56 deletions

View File

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