fix(Select): select all buttons to inherit font (#38313)

This commit is contained in:
Mehmet Salih Yavuz
2026-03-02 11:12:06 +03:00
committed by GitHub
parent d31a2f96c9
commit ac2914486f

View File

@@ -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;
}
`}
`;