mirror of
https://github.com/apache/superset.git
synced 2026-04-23 10:04:45 +00:00
fix(button): change back button styles for dropdown buttons (#31789)
This commit is contained in:
committed by
GitHub
parent
7bd53a84d5
commit
8a2aada58d
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user