mirror of
https://github.com/apache/superset.git
synced 2026-04-25 02:55:07 +00:00
refactor(Button): Upgrade Button component to Antd5 (#31623)
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user