Skip to content

Commit

Permalink
[LoadingButton] Fix HTML rule button > div forbidden nesting (mui#38584)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and mnajdova committed Sep 8, 2023
1 parent 1e8aa6f commit 867b100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-lab/src/LoadingButton/LoadingButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const LoadingButtonRoot = styled(Button, {
}),
}));

const LoadingButtonLoadingIndicator = styled('div', {
const LoadingButtonLoadingIndicator = styled('span', {
name: 'MuiLoadingButton',
slot: 'LoadingIndicator',
overridesResolver: (props, styles) => {
Expand Down

0 comments on commit 867b100

Please sign in to comment.