mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix(Select): select all buttons to inherit font (#38313)
This commit is contained in:
committed by
GitHub
parent
d31a2f96c9
commit
ac2914486f
@@ -143,5 +143,8 @@ export const StyledBulkActionsContainer = styled(Flex)`
|
||||
padding: ${theme.sizeUnit}px;
|
||||
border-top: 1px solid ${theme.colorSplit};
|
||||
gap: ${theme.sizeUnit * 2}px;
|
||||
& .superset-button {
|
||||
font-family: inherit;
|
||||
}
|
||||
`}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user